header_gen: Add float128_to_uint32 to the list

Avoids multiple definition errors.
This commit is contained in:
Lioncash 2019-02-28 15:19:41 -05:00
parent 11679ff3cf
commit 4f210d0731
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7
14 changed files with 14 additions and 0 deletions

View file

@ -482,6 +482,7 @@
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_aarch64
#define float128_to_int64 float128_to_int64_aarch64
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_aarch64
#define float128_to_uint32 float128_to_uint32_aarch64
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_aarch64
#define float128_to_uint64 float128_to_uint64_aarch64
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_aarch64

View file

@ -482,6 +482,7 @@
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_aarch64eb
#define float128_to_int64 float128_to_int64_aarch64eb
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_aarch64eb
#define float128_to_uint32 float128_to_uint32_aarch64eb
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_aarch64eb
#define float128_to_uint64 float128_to_uint64_aarch64eb
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_aarch64eb

View file

@ -482,6 +482,7 @@
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_arm
#define float128_to_int64 float128_to_int64_arm
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_arm
#define float128_to_uint32 float128_to_uint32_arm
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_arm
#define float128_to_uint64 float128_to_uint64_arm
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_arm

View file

@ -482,6 +482,7 @@
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_armeb
#define float128_to_int64 float128_to_int64_armeb
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_armeb
#define float128_to_uint32 float128_to_uint32_armeb
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_armeb
#define float128_to_uint64 float128_to_uint64_armeb
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_armeb

View file

@ -488,6 +488,7 @@ symbols = (
'float128_to_int32_round_to_zero',
'float128_to_int64',
'float128_to_int64_round_to_zero',
'float128_to_uint32',
'float128_to_uint32_round_to_zero',
'float128_to_uint64',
'float128_to_uint64_round_to_zero',

View file

@ -482,6 +482,7 @@
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_m68k
#define float128_to_int64 float128_to_int64_m68k
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_m68k
#define float128_to_uint32 float128_to_uint32_m68k
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_m68k
#define float128_to_uint64 float128_to_uint64_m68k
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_m68k

View file

@ -482,6 +482,7 @@
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_mips
#define float128_to_int64 float128_to_int64_mips
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_mips
#define float128_to_uint32 float128_to_uint32_mips
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_mips
#define float128_to_uint64 float128_to_uint64_mips
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_mips

View file

@ -482,6 +482,7 @@
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_mips64
#define float128_to_int64 float128_to_int64_mips64
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_mips64
#define float128_to_uint32 float128_to_uint32_mips64
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_mips64
#define float128_to_uint64 float128_to_uint64_mips64
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_mips64

View file

@ -482,6 +482,7 @@
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_mips64el
#define float128_to_int64 float128_to_int64_mips64el
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_mips64el
#define float128_to_uint32 float128_to_uint32_mips64el
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_mips64el
#define float128_to_uint64 float128_to_uint64_mips64el
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_mips64el

View file

@ -482,6 +482,7 @@
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_mipsel
#define float128_to_int64 float128_to_int64_mipsel
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_mipsel
#define float128_to_uint32 float128_to_uint32_mipsel
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_mipsel
#define float128_to_uint64 float128_to_uint64_mipsel
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_mipsel

View file

@ -482,6 +482,7 @@
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_powerpc
#define float128_to_int64 float128_to_int64_powerpc
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_powerpc
#define float128_to_uint32 float128_to_uint32_powerpc
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_powerpc
#define float128_to_uint64 float128_to_uint64_powerpc
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_powerpc

View file

@ -482,6 +482,7 @@
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_sparc
#define float128_to_int64 float128_to_int64_sparc
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_sparc
#define float128_to_uint32 float128_to_uint32_sparc
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_sparc
#define float128_to_uint64 float128_to_uint64_sparc
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_sparc

View file

@ -482,6 +482,7 @@
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_sparc64
#define float128_to_int64 float128_to_int64_sparc64
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_sparc64
#define float128_to_uint32 float128_to_uint32_sparc64
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_sparc64
#define float128_to_uint64 float128_to_uint64_sparc64
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_sparc64

View file

@ -482,6 +482,7 @@
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_x86_64
#define float128_to_int64 float128_to_int64_x86_64
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_x86_64
#define float128_to_uint32 float128_to_uint32_x86_64
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_x86_64
#define float128_to_uint64 float128_to_uint64_x86_64
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_x86_64