diff options
Diffstat (limited to 'src/math/powerpc/fmaf.c')
-rw-r--r-- | src/math/powerpc/fmaf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/powerpc/fmaf.c b/src/math/powerpc/fmaf.c index a99a2a3b..dc1a749d 100644 --- a/src/math/powerpc/fmaf.c +++ b/src/math/powerpc/fmaf.c @@ -1,6 +1,6 @@ #include <math.h> -#ifdef _SOFT_FLOAT +#if defined(_SOFT_FLOAT) || defined(__NO_FPRS__) #include "../fmaf.c" |