diff options
Diffstat (limited to 'src/math/arm/fabsf.c')
-rw-r--r-- | src/math/arm/fabsf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/arm/fabsf.c b/src/math/arm/fabsf.c index 28153a61..4a217c98 100644 --- a/src/math/arm/fabsf.c +++ b/src/math/arm/fabsf.c @@ -1,6 +1,6 @@ #include <math.h> -#if __ARM_PCS_VFP +#if __ARM_PCS_VFP && !BROKEN_VFP_ASM float fabsf(float x) { |