summaryrefslogtreecommitdiffstats
path: root/compiler-rt
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
commit1aa3faaca223fb7a35d6b3447a9f32a3e5d93cfb (patch)
tree33be3dd77cb35f1e57a20fca2ed88c5304b2d5ba /compiler-rt
parent08b87a8c42f09c1cc8d759e52fccb6a2c9dc3d49 (diff)
downloadbcm5719-llvm-1aa3faaca223fb7a35d6b3447a9f32a3e5d93cfb.tar.gz
bcm5719-llvm-1aa3faaca223fb7a35d6b3447a9f32a3e5d93cfb.zip
We want single precision here.
llvm-svn: 232125
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/lib/builtins/fixunssfti.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/lib/builtins/fixunssfti.c b/compiler-rt/lib/builtins/fixunssfti.c
index 9593153745c..862d7bd6c7a 100644
--- a/compiler-rt/lib/builtins/fixunssfti.c
+++ b/compiler-rt/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"
OpenPOWER on IntegriCloud