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