about summary refs log tree commit diff
path: root/sysdeps/ieee754
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
| | | | Add __exp*_finite optimizations and rewrite some wrappers.
* Optimize libmUlrich Drepper2011-10-1294-2638/+1459
| | | | | libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized.
* 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
| | | | | | | | | | | This patch addresses some IBM Long Double 128 fmal () test-ldouble.out and test-ildoubl.out failures. If the ‘x’ and ‘y’ parameters are finite values and ‘z’ is infinity, the result of fmal () should be ‘z’ not NaN. Conflicts: ChangeLog
* 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
|
* Fix cproj implmentation.Ulrich Drepper2010-04-081-17/+5
|
* sysdeps/ieee754/ldbl-128/ fixesJakub Jelinek2010-01-165-15/+13
|
* Readd definition of __expl in ldbl-128Joseph S. Myers2009-10-281-0/+1
|
* Correct errno handling in expm1.Andreas Schwab2009-10-193-0/+3
|
* configure tweaks, support $libc_add_on_config_subdirsRoland McGrath2009-09-151-27/+24
|
* Add isinf optimized for 64-bit.Ulrich Drepper2009-08-261-0/+30
|
* Optimized isnan for 64-bit machines.Ulrich Drepper2009-08-261-0/+39
|
* Make llround an alias for lround on 64-bit machines.Ulrich Drepper2009-08-252-0/+14
|
* Optimized nearbyint for 64-bit.Ulrich Drepper2009-08-251-0/+86
|