svn commit: r280181 - head/contrib/compiler-rt/lib/builtins
Ed Maste
emaste at FreeBSD.org
Tue Mar 17 15:48:20 UTC 2015
Author: emaste
Date: Tue Mar 17 15:48:19 2015
New Revision: 280181
URL: https://svnweb.freebsd.org/changeset/base/280181
Log:
Import compiler-rt r232125 by Joerg Sonnenberger
We want single precision here.
Modified:
head/contrib/compiler-rt/lib/builtins/fixunssfti.c
Modified: head/contrib/compiler-rt/lib/builtins/fixunssfti.c
==============================================================================
--- head/contrib/compiler-rt/lib/builtins/fixunssfti.c Tue Mar 17 15:21:01 2015 (r280180)
+++ head/contrib/compiler-rt/lib/builtins/fixunssfti.c Tue Mar 17 15:48:19 2015 (r280181)
@@ -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 svn-src-head
mailing list