From 1aa3faaca223fb7a35d6b3447a9f32a3e5d93cfb Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Fri, 13 Mar 2015 00:18:28 +0000 Subject: We want single precision here. llvm-svn: 232125 --- compiler-rt/lib/builtins/fixunssfti.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'compiler-rt/lib/builtins/fixunssfti.c') 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" -- cgit v1.2.3