aboutsummaryrefslogtreecommitdiff
path: root/bits/mathdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'bits/mathdef.h')
-rw-r--r--bits/mathdef.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/bits/mathdef.h b/bits/mathdef.h
index 6dedc51..050204a 100644
--- a/bits/mathdef.h
+++ b/bits/mathdef.h
@@ -26,20 +26,6 @@
# define FP_ILOGB0 (-2147483647)
# define FP_ILOGBNAN 2147483647
-/* The GCC 4.6 compiler will define __FP_FAST_FMA{,F,L} if the fma{,f,l}
- builtins are supported. */
-#ifdef __FP_FAST_FMA
-# define FP_FAST_FMA 1
-#endif
-
-#ifdef __FP_FAST_FMAF
-# define FP_FAST_FMAF 1
-#endif
-
-#ifdef __FP_FAST_FMAL
-# define FP_FAST_FMAL 1
-#endif
-
#endif /* ISO C99 */
#ifndef __NO_LONG_DOUBLE_MATH