summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/extendsfdf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/builtins/extendsfdf2.c')
-rw-r--r--compiler-rt/lib/builtins/extendsfdf2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/lib/builtins/extendsfdf2.c b/compiler-rt/lib/builtins/extendsfdf2.c
index 91fd2b436a3..9e4c77b49ba 100644
--- a/compiler-rt/lib/builtins/extendsfdf2.c
+++ b/compiler-rt/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.
OpenPOWER on IntegriCloud