Import compiler-rt r232125 by Joerg Sonnenberger

We want single precision here.
This commit is contained in:
Ed Maste 2015-03-17 15:48:19 +00:00
parent 6bd48d6f18
commit d470ab05ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280181

View File

@ -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"