summaryrefslogtreecommitdiffstats
path: root/lib/divsf3.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/divsf3.c')
-rw-r--r--lib/divsf3.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/divsf3.c b/lib/divsf3.c
index b798cfb..b733307 100644
--- a/lib/divsf3.c
+++ b/lib/divsf3.c
@@ -15,10 +15,13 @@
// underflow with correct rounding.
//
//===----------------------------------------------------------------------===//
+#include "abi.h"
#define SINGLE_PRECISION
#include "fp_lib.h"
+ARM_EABI_FNALIAS(fdiv, divsf3);
+
fp_t __divsf3(fp_t a, fp_t b) {
const unsigned int aExponent = toRep(a) >> significandBits & maxExponent;
OpenPOWER on IntegriCloud