about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64
Commit message (Collapse)AuthorAgeFilesLines
* Fix scalbn, scalbln integer overflow.Joseph Myers2012-03-024-12/+20
|
* Fix exp in non-default rounding modes (bug 3976).Joseph Myers2012-03-021-14/+24
|
* Replace sysdeps/ieee754/dbl-64/k_tan.c with empty fileAndreas Schwab2012-02-261-136/+1
|
* Use non-signaling floating-point comparisons in math functions.Aurelien Jarno2012-02-192-7/+7
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0983-193/+110
|
* Remove __STDC__ conditionals from libm.Joseph Myers2012-01-2714-126/+15
|
* Optimized acosh for 64-bit platformsUlrich Drepper2012-01-111-0/+67
|
* Optimize scalblnUlrich Drepper2012-01-112-26/+74
|
* Optimize s_modfUlrich Drepper2012-01-102-18/+70
|
* Optimize ldexp and scalbnUlrich Drepper2012-01-102-42/+22
|
* Some branch prediction for log1pUlrich Drepper2012-01-091-3/+3
|
* 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-261-3/+3
|
* Add AVX optimized versions for some x86-64 math functionsUlrich Drepper2011-10-251-58/+41
|
* Use math_force_eval in more placesUlrich Drepper2011-10-2510-175/+135
|
* 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
|
* Improve DLA_FMA for FMA4Ulrich Drepper2011-10-221-2/+2
|
* Start using fma in the libm implementationUlrich Drepper2011-10-229-150/+192
|
* Optimization to some complex math functionsUlrich Drepper2011-10-221-1/+1
| | | | 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-182-16/+16
|
* 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-166-65/+32
|
* Optimized floor for 64-bit architecturesUlrich Drepper2011-10-151-0/+79
|
* Add cosh optimized for 64-bit architecturesUlrich Drepper2011-10-152-4/+82
|
* Optimize expUlrich Drepper2011-10-152-45/+37
| | | | Add __exp*_finite optimizations and rewrite some wrappers.
* Optimize libmUlrich Drepper2011-10-1222-928/+616
| | | | | libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized.
* Optimize use of isnan, isinf, finiteUlrich Drepper2011-10-086-0/+44
|
* finite for 64-bit platformsUlrich Drepper2011-09-151-0/+32
|
* Optimize logb code for 64-bit machinesUlrich Drepper2011-09-121-0/+44
|
* Fix jn precisionPetr Baudis2011-09-091-1/+10
|
* Fix lround() loses precisionPaul Pluzhnikov2011-09-081-1/+1
|
* Fix up __kernel_rem_pio2 for FLT_EVAL_METHOD != 0 architecturesJakub Jelinek2011-08-041-6/+12
|
* Implement fmal, some fma bugfixesJakub Jelinek2010-10-151-0/+8
|
* Fix some more dbl-64/s_fma.c issueJakub Jelinek2010-10-151-15/+88
|
* Implement accurate fma.Jakub Jelinek2010-10-132-1/+147
|
* Correct implementation of fmaf.Jakub Jelinek2010-10-111-0/+50
|
* Correct errno handling in expm1.Andreas Schwab2009-10-191-0/+1
|
* Add isinf optimized for 64-bit.Ulrich Drepper2009-08-261-0/+30
|
* Optimized isnan for 64-bit machines.Ulrich Drepper2009-08-261-0/+39
|