summaryrefslogtreecommitdiff
path: root/lib/negsf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/negsf2.c')
-rw-r--r--lib/negsf2.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/negsf2.c b/lib/negsf2.c
index d211f7cc..6b0e62c5 100644
--- a/lib/negsf2.c
+++ b/lib/negsf2.c
@@ -14,6 +14,10 @@
#define SINGLE_PRECISION
#include "fp_lib.h"
+#include "int_lib.h"
+
+ARM_EABI_FNALIAS(fneg, negsf2);
+
fp_t __negsf2(fp_t a) {
return fromRep(toRep(a) ^ signBit);
}