mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-31 23:15:44 +00:00
Fix building for multi-arch targets
This commit is contained in:
parent
f66e74d65b
commit
0ef338aa71
|
@ -628,6 +628,7 @@
|
|||
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_aarch64
|
||||
#define floatx80_mul floatx80_mul_aarch64
|
||||
#define floatx80_rem floatx80_rem_aarch64
|
||||
#define floatx80_round floatx80_round_aarch64
|
||||
#define floatx80_round_to_int floatx80_round_to_int_aarch64
|
||||
#define floatx80_scalbn floatx80_scalbn_aarch64
|
||||
#define floatx80_sqrt floatx80_sqrt_aarch64
|
||||
|
|
|
@ -628,6 +628,7 @@
|
|||
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_aarch64eb
|
||||
#define floatx80_mul floatx80_mul_aarch64eb
|
||||
#define floatx80_rem floatx80_rem_aarch64eb
|
||||
#define floatx80_round floatx80_round_aarch64eb
|
||||
#define floatx80_round_to_int floatx80_round_to_int_aarch64eb
|
||||
#define floatx80_scalbn floatx80_scalbn_aarch64eb
|
||||
#define floatx80_sqrt floatx80_sqrt_aarch64eb
|
||||
|
|
|
@ -628,6 +628,7 @@
|
|||
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_arm
|
||||
#define floatx80_mul floatx80_mul_arm
|
||||
#define floatx80_rem floatx80_rem_arm
|
||||
#define floatx80_round floatx80_round_arm
|
||||
#define floatx80_round_to_int floatx80_round_to_int_arm
|
||||
#define floatx80_scalbn floatx80_scalbn_arm
|
||||
#define floatx80_sqrt floatx80_sqrt_arm
|
||||
|
|
|
@ -628,6 +628,7 @@
|
|||
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_armeb
|
||||
#define floatx80_mul floatx80_mul_armeb
|
||||
#define floatx80_rem floatx80_rem_armeb
|
||||
#define floatx80_round floatx80_round_armeb
|
||||
#define floatx80_round_to_int floatx80_round_to_int_armeb
|
||||
#define floatx80_scalbn floatx80_scalbn_armeb
|
||||
#define floatx80_sqrt floatx80_sqrt_armeb
|
||||
|
|
|
@ -634,6 +634,7 @@ symbols = (
|
|||
'floatx80_maybe_silence_nan',
|
||||
'floatx80_mul',
|
||||
'floatx80_rem',
|
||||
'floatx80_round',
|
||||
'floatx80_round_to_int',
|
||||
'floatx80_scalbn',
|
||||
'floatx80_sqrt',
|
||||
|
|
|
@ -628,6 +628,7 @@
|
|||
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_m68k
|
||||
#define floatx80_mul floatx80_mul_m68k
|
||||
#define floatx80_rem floatx80_rem_m68k
|
||||
#define floatx80_round floatx80_round_m68k
|
||||
#define floatx80_round_to_int floatx80_round_to_int_m68k
|
||||
#define floatx80_scalbn floatx80_scalbn_m68k
|
||||
#define floatx80_sqrt floatx80_sqrt_m68k
|
||||
|
|
|
@ -628,6 +628,7 @@
|
|||
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_mips
|
||||
#define floatx80_mul floatx80_mul_mips
|
||||
#define floatx80_rem floatx80_rem_mips
|
||||
#define floatx80_round floatx80_round_mips
|
||||
#define floatx80_round_to_int floatx80_round_to_int_mips
|
||||
#define floatx80_scalbn floatx80_scalbn_mips
|
||||
#define floatx80_sqrt floatx80_sqrt_mips
|
||||
|
|
|
@ -628,6 +628,7 @@
|
|||
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_mips64
|
||||
#define floatx80_mul floatx80_mul_mips64
|
||||
#define floatx80_rem floatx80_rem_mips64
|
||||
#define floatx80_round floatx80_round_mips64
|
||||
#define floatx80_round_to_int floatx80_round_to_int_mips64
|
||||
#define floatx80_scalbn floatx80_scalbn_mips64
|
||||
#define floatx80_sqrt floatx80_sqrt_mips64
|
||||
|
|
|
@ -628,6 +628,7 @@
|
|||
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_mips64el
|
||||
#define floatx80_mul floatx80_mul_mips64el
|
||||
#define floatx80_rem floatx80_rem_mips64el
|
||||
#define floatx80_round floatx80_round_mips64el
|
||||
#define floatx80_round_to_int floatx80_round_to_int_mips64el
|
||||
#define floatx80_scalbn floatx80_scalbn_mips64el
|
||||
#define floatx80_sqrt floatx80_sqrt_mips64el
|
||||
|
|
|
@ -628,6 +628,7 @@
|
|||
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_mipsel
|
||||
#define floatx80_mul floatx80_mul_mipsel
|
||||
#define floatx80_rem floatx80_rem_mipsel
|
||||
#define floatx80_round floatx80_round_mipsel
|
||||
#define floatx80_round_to_int floatx80_round_to_int_mipsel
|
||||
#define floatx80_scalbn floatx80_scalbn_mipsel
|
||||
#define floatx80_sqrt floatx80_sqrt_mipsel
|
||||
|
|
|
@ -628,6 +628,7 @@
|
|||
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_powerpc
|
||||
#define floatx80_mul floatx80_mul_powerpc
|
||||
#define floatx80_rem floatx80_rem_powerpc
|
||||
#define floatx80_round floatx80_round_powerpc
|
||||
#define floatx80_round_to_int floatx80_round_to_int_powerpc
|
||||
#define floatx80_scalbn floatx80_scalbn_powerpc
|
||||
#define floatx80_sqrt floatx80_sqrt_powerpc
|
||||
|
|
|
@ -628,6 +628,7 @@
|
|||
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_sparc
|
||||
#define floatx80_mul floatx80_mul_sparc
|
||||
#define floatx80_rem floatx80_rem_sparc
|
||||
#define floatx80_round floatx80_round_sparc
|
||||
#define floatx80_round_to_int floatx80_round_to_int_sparc
|
||||
#define floatx80_scalbn floatx80_scalbn_sparc
|
||||
#define floatx80_sqrt floatx80_sqrt_sparc
|
||||
|
|
|
@ -628,6 +628,7 @@
|
|||
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_sparc64
|
||||
#define floatx80_mul floatx80_mul_sparc64
|
||||
#define floatx80_rem floatx80_rem_sparc64
|
||||
#define floatx80_round floatx80_round_sparc64
|
||||
#define floatx80_round_to_int floatx80_round_to_int_sparc64
|
||||
#define floatx80_scalbn floatx80_scalbn_sparc64
|
||||
#define floatx80_sqrt floatx80_sqrt_sparc64
|
||||
|
|
|
@ -628,6 +628,7 @@
|
|||
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_x86_64
|
||||
#define floatx80_mul floatx80_mul_x86_64
|
||||
#define floatx80_rem floatx80_rem_x86_64
|
||||
#define floatx80_round floatx80_round_x86_64
|
||||
#define floatx80_round_to_int floatx80_round_to_int_x86_64
|
||||
#define floatx80_scalbn floatx80_scalbn_x86_64
|
||||
#define floatx80_sqrt floatx80_sqrt_x86_64
|
||||
|
|
Loading…
Reference in a new issue