summaryrefslogtreecommitdiff
path: root/src/math/arm/fabs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/arm/fabs.c')
-rw-r--r--src/math/arm/fabs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/arm/fabs.c b/src/math/arm/fabs.c
index f890520a..6e1d367d 100644
--- a/src/math/arm/fabs.c
+++ b/src/math/arm/fabs.c
@@ -1,6 +1,6 @@
#include <math.h>
-#if __ARM_PCS_VFP
+#if __ARM_PCS_VFP && __ARM_FP&8
double fabs(double x)
{