diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-03-16 16:07:57 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-03-21 23:58:50 +0100 |
commit | 7998fa7899a29803ad4512002636332dfee48451 (patch) | |
tree | ab1e75e83dd8478f276b2fbf87b192732f83548d /sysdeps/x86_64/fpu/multiarch/Makefile | |
parent | 8e95c99a7a0b0ca8cf9bfbeddf1e43fb3efc1bee (diff) | |
download | glibc-7998fa7899a29803ad4512002636332dfee48451.tar.gz glibc-7998fa7899a29803ad4512002636332dfee48451.tar.xz glibc-7998fa7899a29803ad4512002636332dfee48451.zip |
Disable use of FMA instructions in branred
Diffstat (limited to 'sysdeps/x86_64/fpu/multiarch/Makefile')
-rw-r--r-- | sysdeps/x86_64/fpu/multiarch/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/x86_64/fpu/multiarch/Makefile b/sysdeps/x86_64/fpu/multiarch/Makefile index 2a38ffc764..12b0526e50 100644 --- a/sysdeps/x86_64/fpu/multiarch/Makefile +++ b/sysdeps/x86_64/fpu/multiarch/Makefile @@ -7,10 +7,9 @@ libm-sysdep_routines += e_exp-fma4 e_log-fma4 e_pow-fma4 s_atan-fma4 \ e_asin-fma4 e_atan2-fma4 s_sin-fma4 s_tan-fma4 \ mplog-fma4 mpa-fma4 slowexp-fma4 slowpow-fma4 \ sincos32-fma4 doasin-fma4 dosincos-fma4 \ - brandred-fma4 halfulp-fma4 mpexp-fma4 \ + halfulp-fma4 mpexp-fma4 \ mpatan2-fma4 mpatan-fma4 mpsqrt-fma4 mptan-fma4 -CFLAGS-brandred-fma4.c = -mfma4 CFLAGS-doasin-fma4.c = -mfma4 CFLAGS-dosincos-fma4.c = -mfma4 CFLAGS-e_asin-fma4.c = -mfma4 |