diff options
Diffstat (limited to 'sysdeps/powerpc/bits/mathdef.h')
-rw-r--r-- | sysdeps/powerpc/bits/mathdef.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/powerpc/bits/mathdef.h b/sysdeps/powerpc/bits/mathdef.h index debb5a5d26..392e4e5ac6 100644 --- a/sysdeps/powerpc/bits/mathdef.h +++ b/sysdeps/powerpc/bits/mathdef.h @@ -33,10 +33,4 @@ # define FP_ILOGB0 (-2147483647) # define FP_ILOGBNAN (2147483647) -# if !defined _SOFT_FLOAT && !defined __NO_FPRS__ -/* The powerpc has a combined multiply/add instruction. */ -# define FP_FAST_FMA 1 -# define FP_FAST_FMAF 1 -# endif - #endif /* ISO C99 */ |