Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2015 15:48:20 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r280181 - head/contrib/compiler-rt/lib/builtins
Message-ID:  <201503171548.t2HFmKSg060404@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503171548.t2HFmKSg060404>