about summary refs log tree commit diff
path: root/sysdeps/ieee754
Commit message (Expand)AuthorAgeFilesLines
* Implement and use libc_feholdexcept_setround_53bit and libc_feupdateenv_53bitAndreas Jaeger2012-03-141-5/+5
* Fix hypotf overflow/underflow by using double precision instead of scaling.David S. Miller2012-03-131-52/+25
* Clean up dbl-64 rint, nearbyint.Joseph Myers2012-03-134-84/+6
* Fix generic ldbl-128 expm1l just like x86-64 and i386 variants were.David S. Miller2012-03-131-0/+5
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-09308-537/+537
* 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
* 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
* 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
* 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
* Clean up FMA useUlrich Drepper2011-10-231-3/+3
* 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
* 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