summaryrefslogtreecommitdiff
path: root/lib/builtins/extendsfdf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/builtins/extendsfdf2.c')
-rw-r--r--lib/builtins/extendsfdf2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/builtins/extendsfdf2.c b/lib/builtins/extendsfdf2.c
index 91fd2b436..9e4c77b49 100644
--- a/lib/builtins/extendsfdf2.c
+++ b/lib/builtins/extendsfdf2.c
@@ -68,7 +68,8 @@ static inline dst_t dstFromRep(dst_rep_t x) {
ARM_EABI_FNALIAS(f2d, extendsfdf2)
-dst_t __extendsfdf2(src_t a) {
+COMPILER_RT_ABI dst_t
+__extendsfdf2(src_t a) {
// Various constants whose values follow from the type parameters.
// Any reasonable optimizer will fold and propagate all of these.