summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/truncdfsf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/builtins/truncdfsf2.c')
-rw-r--r--compiler-rt/lib/builtins/truncdfsf2.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/compiler-rt/lib/builtins/truncdfsf2.c b/compiler-rt/lib/builtins/truncdfsf2.c
index 986a63f8096..7330d712b90 100644
--- a/compiler-rt/lib/builtins/truncdfsf2.c
+++ b/compiler-rt/lib/builtins/truncdfsf2.c
@@ -10,15 +10,11 @@
#define DST_SINGLE
#include "fp_trunc_impl.inc"
-COMPILER_RT_ABI float __truncdfsf2(double a) {
- return __truncXfYf2__(a);
-}
+COMPILER_RT_ABI float __truncdfsf2(double a) { return __truncXfYf2__(a); }
#if defined(__ARM_EABI__)
#if defined(COMPILER_RT_ARMHF_TARGET)
-AEABI_RTABI float __aeabi_d2f(double a) {
- return __truncdfsf2(a);
-}
+AEABI_RTABI float __aeabi_d2f(double a) { return __truncdfsf2(a); }
#else
AEABI_RTABI float __aeabi_d2f(double a) COMPILER_RT_ALIAS(__truncdfsf2);
#endif
OpenPOWER on IntegriCloud