| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the documented machine constraint for SSE registers. | ed | 2009-06-11 | 1 | -1/+1 |
* | Use ISO C99 style inline semantics in msun. | ed | 2009-06-03 | 6 | -15/+30 |
* | Namespace: scalb() is withdrawn from POSIX. | das | 2009-03-14 | 1 | -1/+4 |
* | Eliminate __real__ and __imag__ gccisms. | das | 2009-03-14 | 4 | -15/+42 |
* | C99 TC2 now wants FP_FAST_FMA* to be defined to 1, if the macros are | das | 2009-02-07 | 1 | -3/+3 |
* | Use __gnu89_inline so that these files will compile with newer versions | das | 2009-01-13 | 5 | -5/+5 |
* | Fix the types of INFINITY and NAN, which were broken in r131851. They | das | 2009-01-08 | 1 | -2/+2 |
* | Add support for the FPA floating-point format on ARM. The | marcel | 2008-12-23 | 1 | -2/+12 |
* | Remove some unused variables. | das | 2008-08-08 | 4 | -4/+1 |
* | In the line | das | 2008-08-08 | 3 | -3/+3 |
* | Implement cproj{,f,l}(). | das | 2008-08-07 | 3 | -0/+133 |
* | Use cpack() and the gcc extension __imag__ to implement cimag() and | das | 2008-08-07 | 6 | -6/+18 |
* | Fix some style bogosity from fdlibm. | das | 2008-08-03 | 2 | -12/+12 |
* | Minor improvements: | das | 2008-08-03 | 3 | -20/+20 |
* | A few minor corrections, including some from bde: | das | 2008-08-02 | 3 | -17/+16 |
* | On i386, gcc truncates long double constants to double precision | das | 2008-08-02 | 2 | -4/+24 |
* | Fix some problems with asinf(), acosf(), atanf(), and atan2f(): | das | 2008-08-01 | 4 | -71/+42 |
* | Add implementations of acosl(), asinl(), atanl(), atan2l(), | das | 2008-07-31 | 10 | -0/+413 |
* | The high part of the mantissa is 64 bits on sparc64. | das | 2008-07-31 | 2 | -2/+2 |
* | As in other parts of libm, mark a few constants as volatile to prevent | das | 2008-07-31 | 6 | -12/+20 |
* | Implement fmodl. | das | 2008-06-19 | 2 | -2/+149 |
* | Fix some corner cases: | das | 2008-04-03 | 2 | -10/+20 |
* | Remove a (bogus) remnant of debugging this on sparc64. | das | 2008-03-31 | 1 | -1/+1 |
* | Hook remquol() and remainderl() up to the build. | das | 2008-03-30 | 1 | -1/+1 |
* | Implement remainderl() as a wrapper around remquol(). The extra work | das | 2008-03-30 | 2 | -0/+44 |
* | Implement remquol() based on remquo(). | das | 2008-03-30 | 2 | -0/+183 |
* | Implement csqrtl(). | das | 2008-03-30 | 2 | -0/+113 |
* | Hook hypotl() and cabsl() up to the build. | das | 2008-03-30 | 1 | -2/+0 |
* | Alias hypotl() and cabsl() for platforms where long double is the same | das | 2008-03-30 | 2 | -2/+12 |
* | Implement cabsl() in terms of hypotl(). | das | 2008-03-30 | 1 | -0/+20 |
* | Implement hypotl(). This is bde's conversion of fdlibm hypot(), with minor | das | 2008-03-30 | 1 | -0/+139 |
* | Use fabs[f]() instead of bit fiddling for setting absolute values. | bde | 2008-03-30 | 2 | -4/+4 |
* | Use the expression fabs(x+0.0)-fabs(y+0.0) instead of | bde | 2008-03-30 | 2 | -2/+2 |
* | Fix a missing mask in a hi+lo decomposition. Thus bug made the extra | bde | 2008-03-30 | 1 | -1/+1 |
* | Include math.h for the fmaf() prototype. | das | 2008-03-29 | 1 | -0/+2 |
* | Fix some rather obscene code that has ambiguous if...if...else... | das | 2008-03-29 | 6 | -10/+36 |
* | MI implementation of sqrtl(). This is very slow and should | das | 2008-03-02 | 3 | -4/+168 |
* | Fix and improve some magic numbers for the "medium size" case. | bde | 2008-02-28 | 2 | -4/+4 |
* | Inline __ieee754__rem_pio2f(). On amd64 (A64) and i386 (A64), this | bde | 2008-02-25 | 4 | -0/+15 |
* | Use a temporary array instead of the arg array y[] for calling | bde | 2008-02-25 | 2 | -8/+8 |
* | Change __ieee754_rem_pio2f() to return double instead of float so that | bde | 2008-02-25 | 5 | -27/+24 |
* | Fix some off-by-1 errors. | bde | 2008-02-25 | 3 | -6/+11 |
* | Optimize the 9pi/2 < |x| <= 2**19pi/2 case some more by avoiding an | bde | 2008-02-23 | 2 | -11/+8 |
* | Avoid using FP-to-integer conversion for !(amd64 || i386) too. Use the | bde | 2008-02-22 | 2 | -6/+4 |
* | Remove the "quick check no cancellation" optimization for | bde | 2008-02-22 | 1 | -12/+1 |
* | Optimize the 9pi/2 < |x| <= 2**19pi/2 case on amd64 and i386 by avoiding | bde | 2008-02-22 | 2 | -0/+18 |
* | Add an irint() function in inline asm for amd64 and i386. irint() is | bde | 2008-02-22 | 1 | -0/+30 |
* | Optimize the conversion to bits a little (by about 11 cycles or 16% | bde | 2008-02-22 | 1 | -5/+13 |
* | Optimize the fixup for +-0 by using better classification for this case | bde | 2008-02-22 | 1 | -2/+4 |
* | Fix rintl() on signaling NaNs and unsupported formats. | bde | 2008-02-22 | 1 | -5/+3 |