From d470ab05ff828fc9e3ed1d5fe22ba9277609d081 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Tue, 17 Mar 2015 15:48:19 +0000 Subject: [PATCH] Import compiler-rt r232125 by Joerg Sonnenberger We want single precision here. --- contrib/compiler-rt/lib/builtins/fixunssfti.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/compiler-rt/lib/builtins/fixunssfti.c b/contrib/compiler-rt/lib/builtins/fixunssfti.c index 9593153745c5..862d7bd6c7af 100644 --- a/contrib/compiler-rt/lib/builtins/fixunssfti.c +++ b/contrib/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"