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