summaryrefslogtreecommitdiff
path: root/lib/builtins/addtf3.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/builtins/addtf3.c')
-rw-r--r--lib/builtins/addtf3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/builtins/addtf3.c b/lib/builtins/addtf3.c
index ac9b0cd60..86e4f4cfc 100644
--- a/lib/builtins/addtf3.c
+++ b/lib/builtins/addtf3.c
@@ -16,7 +16,7 @@
#if defined(CRT_HAS_128BIT) && defined(CRT_LDBL_128BIT)
#include "fp_add_impl.inc"
-COMPILER_RT_ABI long double __addtf3(long double a, long double b) {
+COMPILER_RT_ABI fp_t __addtf3(fp_t a, fp_t b) {
return __addXf3__(a, b);
}