about summary refs log tree commit diff
path: root/src/math/powerpc/fma.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/powerpc/fma.c')
-rw-r--r--src/math/powerpc/fma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/powerpc/fma.c b/src/math/powerpc/fma.c
index 135c9903..0eb2ba1e 100644
--- a/src/math/powerpc/fma.c
+++ b/src/math/powerpc/fma.c
@@ -1,6 +1,6 @@
 #include <math.h>
 
-#if defined(_SOFT_FLOAT) || defined(BROKEN_PPC_D_ASM)
+#if defined(_SOFT_FLOAT) || defined(__NO_FPRS__) || defined(BROKEN_PPC_D_ASM)
 
 #include "../fma.c"