[compiler-rt] r232125 - We want single precision here.

Joerg Sonnenberger joerg at bec.de
Thu Mar 12 17:18:28 PDT 2015


Author: joerg
Date: Thu Mar 12 19:18:28 2015
New Revision: 232125

URL: http://llvm.org/viewvc/llvm-project?rev=232125&view=rev
Log:
We want single precision here.

Modified:
    compiler-rt/trunk/lib/builtins/fixunssfti.c

Modified: compiler-rt/trunk/lib/builtins/fixunssfti.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/builtins/fixunssfti.c?rev=232125&r1=232124&r2=232125&view=diff
==============================================================================
--- compiler-rt/trunk/lib/builtins/fixunssfti.c (original)
+++ compiler-rt/trunk/lib/builtins/fixunssfti.c Thu Mar 12 19:18:28 2015
@@ -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"





More information about the llvm-commits mailing list