summaryrefslogtreecommitdiff
path: root/lib/builtins/fixunssfti.c
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2015-03-13 00:18:28 +0000
committerJoerg Sonnenberger <joerg@bec.de>2015-03-13 00:18:28 +0000
commitb3c943da7ab41a54e19ea55fbcc8d4b080cd3324 (patch)
treeb686b51f47454e11f3619b2c6b263a678ec00b4a /lib/builtins/fixunssfti.c
parent05a35737e655c5038c3fdef5fecf39481625afdd (diff)
We want single precision here.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@232125 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/builtins/fixunssfti.c')
-rw-r--r--lib/builtins/fixunssfti.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/builtins/fixunssfti.c b/lib/builtins/fixunssfti.c
index 959315374..862d7bd6c 100644
--- a/lib/builtins/fixunssfti.c
+++ b/lib/builtins/fixunssfti.c
@@ -12,6 +12,9 @@
* ===----------------------------------------------------------------------===
*/
+#define SINGLE_PRECISION
+#include "fp_lib.h"
+
#if defined(CRT_HAS_128BIT)
typedef tu_int fixuint_t;
#include "fp_fixuint_impl.inc"