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"
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"