summaryrefslogtreecommitdiff
path: root/lib/builtins/truncdfhf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/builtins/truncdfhf2.c')
-rw-r--r--lib/builtins/truncdfhf2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/builtins/truncdfhf2.c b/lib/builtins/truncdfhf2.c
index 0852df369..17195cd9e 100644
--- a/lib/builtins/truncdfhf2.c
+++ b/lib/builtins/truncdfhf2.c
@@ -11,6 +11,8 @@
#define DST_HALF
#include "fp_trunc_impl.inc"
+ARM_EABI_FNALIAS(d2h, truncdfhf2)
+
COMPILER_RT_ABI uint16_t __truncdfhf2(double a) {
return __truncXfYf2__(a);
}