Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ldbl-128: Rename 'long double' to '_Float128' | Paul E. Murphy | 2016-08-31 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | Add a layer of macro indirection for long double files which need to be built using another typename. Likewise, add the L(num) macro used in a later patch to override real constants. These macros are only defined through the ldbl-128 math_ldbl.h header, thereby implicitly restricting these macros to machines which back long double with an IEEE binary128 format. Likewise, appropriate changes are made for the few files which indirectly include such ldbl-128 files. These changes produce identical binaries for s390x, aarch64, and ppc64. | ||||
* | Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490). | Joseph Myers | 2013-05-19 | 1 | -0/+2 |
| | |||||
* | Fix set-but-not-used warnings in ldbl-128 nearbyintl, rintl. | Joseph Myers | 2012-11-20 | 1 | -1/+1 |
| | |||||
* | Use <> for math.h and math_private.h everywhere. | Richard Henderson | 2012-03-09 | 1 | -2/+2 |
| | | | | Entire tree edited via find | grep | sed. | ||||
* | Fix ldbl-128 rintl/nearbyintl just like flt-32 variants. | David S. Miller | 2012-02-27 | 1 | -22/+3 |
| | | | | | | * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not manipulate bits before adding and subtracting TWO112[sx]. * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise. | ||||
* | Remove __STDC__ conditionals from libm. | Joseph Myers | 2012-01-27 | 1 | -10/+1 |
| | |||||
* | Update. | Ulrich Drepper | 1999-07-14 | 1 | -0/+93 |