about summary refs log tree commit diff
path: root/sysdeps/ieee754
Commit message (Collapse)AuthorAgeFilesLines
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-09308-537/+537
| | | | Entire tree edited via find | grep | sed.
* Use target-specific math_private.h in math_ldbl_opt.h.Richard Henderson2012-03-091-1/+1
|
* Fix up long double fphex.Marek Polacek2012-03-061-1/+2
|
* Fix loss of precision in cosh and sinh for IBM long doubleAndreas Schwab2012-03-052-10/+10
|
* Fix pow in non-default rounding modes (bug 3976).Joseph Myers2012-03-051-2/+11
|
* Fix sin, cos, tan in non-default rounding modes (bug 3976).Joseph Myers2012-03-022-83/+143
|
* Fix scalbn, scalbln integer overflow.Joseph Myers2012-03-0212-36/+60
|
* Fix exp in non-default rounding modes (bug 3976).Joseph Myers2012-03-021-14/+24
|
* Improve erfc accuracy.Joseph Myers2012-03-012-2/+3
|
* Fix ldbl-128 rintl/nearbyintl just like flt-32 variants.David S. Miller2012-02-272-44/+6
| | | | | | * 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.
* Replace sysdeps/ieee754/dbl-64/k_tan.c with empty fileAndreas Schwab2012-02-261-136/+1
|
* Fix nearbyintf rounding.Joseph Myers2012-02-221-12/+0
|
* Fix rintf rounding.Joseph Myers2012-02-221-12/+0
|
* Use non-signaling floating-point comparisons in math functions.Aurelien Jarno2012-02-195-17/+17
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-09222-574/+383
|
* Remove __STDC__ conditionals from libm.Joseph Myers2012-01-27116-1016/+115
|
* Optimized acosh for 64-bit platformsUlrich Drepper2012-01-111-0/+67
|
* Optimize scalblnUlrich Drepper2012-01-114-76/+100
|
* Optimize s_modfUlrich Drepper2012-01-104-50/+78
|
* Optimize ldexp and scalbnUlrich Drepper2012-01-104-92/+48
|
* Some branch prediction for log1pUlrich Drepper2012-01-091-3/+3
|
* More fallout from supporting only ELFUlrich Drepper2012-01-081-7/+1
|
* Remove pre-ISO C supportUlrich Drepper2012-01-071-1/+1
| | | | No more __const.
* Remove non-ELF supportUlrich Drepper2012-01-071-1/+1
|
* Avoid warnings about unused variable in 96-bit j0l and j1lUlrich Drepper2011-11-122-4/+4
|
* Avoid warnings about unused variables in 96-bit hypotlUlrich Drepper2011-11-121-2/+4
|
* Remove unused variablesMarek Polacek2011-11-111-2/+2
|
* Fix accuracy problem in generic sinUlrich Drepper2011-10-291-1/+1
|
* Fix uses of math_force_evalAndreas Schwab2011-10-263-6/+6
|
* Add AVX optimized versions for some x86-64 math functionsUlrich Drepper2011-10-251-58/+41
|
* Use math_force_eval in more placesUlrich Drepper2011-10-2520-310/+235
|
* Cleanup FMA4 patchUlrich Drepper2011-10-2524-197/+418
| | | | | Move the FMA4 code into its own section. Avoid some of the duplication of data resulting from the double use of source files.
* Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper2011-10-2412-176/+205
|
* Finish renamed DLA_FMA -> DLA_FMSUlrich Drepper2011-10-248-9/+9
|
* Optimized remquo for 64-bit platformsUlrich Drepper2011-10-231-0/+112
|
* Optimize f_modUlrich Drepper2011-10-232-6/+109
| | | | | Branch prediction for the 32-bit implementation and a new optimized 64-bit implementation.
* Clean up FMA useUlrich Drepper2011-10-231-3/+3
| | | | | The macro's name should reflect that subtraction is being done. And use __builtin_fma, it seems to work after all.
* Clean up last dla.h changeUlrich Drepper2011-10-2310-21/+9
|
* Add missing _finite aliasesAndreas Schwab2011-10-231-0/+2
|
* Improve DLA_FMA for FMA4Ulrich Drepper2011-10-221-2/+2
|
* Start using fma in the libm implementationUlrich Drepper2011-10-229-150/+192
|
* Fix compilation due to __nan definesAndreas Schwab2011-10-221-0/+1
|
* Optimization to some complex math functionsUlrich Drepper2011-10-223-3/+3
| | | | Also, change last reference to __sqrt into __sqrt to easily.
* Add some __builtin_expect to generic __ieee754_logUlrich Drepper2011-10-211-3/+3
|
* Use new internal libc_fe* interfaces in more functionsUlrich Drepper2011-10-185-51/+33
|
* Provide combined internal feholdexcept/fesetround interfaceUlrich Drepper2011-10-181-5/+1
|
* Start optimizing the use of the fenv interfaces in libm itselfUlrich Drepper2011-10-182-31/+16
|
* Small optimization of generic exp2Ulrich Drepper2011-10-171-11/+12
|
* Add optimized 64-bit frexpUlrich Drepper2011-10-171-0/+67
|
* Use rounds{s,d} for x86 rint, ceil, floorUlrich Drepper2011-10-169-120/+58
|