aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/bits/mathdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/powerpc/bits/mathdef.h')
-rw-r--r--sysdeps/powerpc/bits/mathdef.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/powerpc/bits/mathdef.h b/sysdeps/powerpc/bits/mathdef.h
index b79cc6ff96..0c99248bed 100644
--- a/sysdeps/powerpc/bits/mathdef.h
+++ b/sysdeps/powerpc/bits/mathdef.h
@@ -61,4 +61,8 @@ typedef double double_t;
# define FP_ILOGB0 (-2147483647)
# define FP_ILOGBNAN (2147483647)
+/* The powerpc has a combined multiply/add instruction. */
+# define FP_FAST_FMA 1
+# define FP_FAST_FMAF 1
+
#endif /* ISO C99 */