about summary refs log tree commit diff
path: root/sysdeps/ieee754
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-157-154/+122
* Optimize libmUlrich Drepper2011-10-1294-2638/+1459
* Implement __isinf_nsl for IBM long doubleAndreas Schwab2011-10-101-0/+16
* Fix some nit warnings.Roland McGrath2011-10-081-1/+1
* Optimize use of isnan, isinf, finiteUlrich Drepper2011-10-0811-1/+104
* 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-095-5/+50
* Fix lround() loses precisionPaul Pluzhnikov2011-09-081-1/+1
* Check for finite/infinity parms in IBM Long Double 128 fmal( )Ulrich Drepper2011-09-071-0/+39
* Fix up __kernel_rem_pio2 for FLT_EVAL_METHOD != 0 architecturesJakub Jelinek2011-08-041-6/+12
* ldbl-128 fmal compile fixJakub Jelinek2010-11-221-1/+1
* Fix comparison in sqrtl for IBM long double 128.Luis Machado2010-11-101-2/+2
* IEEE quad fmal fixesJakub Jelinek2010-10-181-2/+4
* Implement fmal, some fma bugfixesJakub Jelinek2010-10-155-3/+467
* Fix some more dbl-64/s_fma.c issueJakub Jelinek2010-10-151-15/+88
* Implement accurate fma.Jakub Jelinek2010-10-135-2/+268
* Correct implementation of fmaf.Jakub Jelinek2010-10-111-0/+50