commit | 4d77c1151c40010d137e4a2fa8629bff4bea72b0 | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Fri Mar 14 17:56:46 2014 +0000 |
committer | Calin Juravle <calin@google.com> | Mon Mar 24 11:48:42 2014 +0000 |
tree | ba8f9dcf0b45afd26dff4e92a037295a6f78e19d | |
parent | 849e162d3bedc5ca61bdf15486268b253b9f4e93 [diff] [blame] |
Fix LP64 libm for 128-bit long doubles * reworked amd64/_fpmath.h and arm64/_fpmath.h to support 128-bit long doubles. * improved tests to cover long double cases * made modfl an alias for LP32 Tests pass on x86, x86_64, arm, arm64 and mips. Bug: 12921273 Change-Id: Ibe39acde57972447a8950fa45b1e702acc68ebeb
diff --git a/libm/upstream-freebsd/lib/msun/src/s_rintl.c b/libm/upstream-freebsd/lib/msun/src/s_rintl.c index b43df89..e55b40e 100644 --- a/libm/upstream-freebsd/lib/msun/src/s_rintl.c +++ b/libm/upstream-freebsd/lib/msun/src/s_rintl.c
@@ -29,6 +29,7 @@ #include <float.h> #include <math.h> +#include <stdint.h> #include "fpmath.h"