about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu
Commit message (Expand)AuthorAgeFilesLines
* Add AVX optimized versions for some x86-64 math functionsUlrich Drepper2011-10-2527-20/+276
* Use VEX encoding in inline math functions on x86-64 when possibleUlrich Drepper2011-10-251-48/+138
* Cleanup FMA4 patchUlrich Drepper2011-10-2522-1/+26
* Better DLA_FMSUlrich Drepper2011-10-241-0/+17
* Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper2011-10-2431-0/+328
* Fix typo in last changeUlrich Drepper2011-10-221-1/+1
* Update ULPs for x86-64Ulrich Drepper2011-10-221-4/+12
* Don't use NULL in last s_fma{,f} changeUlrich Drepper2011-10-212-2/+2
* Check for FMA4 support and generate appropriate fma functionsUlrich Drepper2011-10-202-6/+38
* Move fma routines to right placeUlrich Drepper2011-10-202-0/+85
* Fix PLT use for feraiseexcept on x86_64Andreas Schwab2011-10-191-1/+1
* Use new internal libc_fe* interfaces in more functionsUlrich Drepper2011-10-181-5/+30
* Provide combined internal feholdexcept/fesetround interfaceUlrich Drepper2011-10-181-1/+13
* Pretty print last change to x86-64 mathinline.hUlrich Drepper2011-10-181-2/+2
* Add optimized nearbyint{,f} for x86-64Ulrich Drepper2011-10-186-1/+105
* Start optimizing the use of the fenv interfaces in libm itselfUlrich Drepper2011-10-181-0/+42
* Fix last changeAndreas Schwab2011-10-181-2/+3
* Fix linkage conflict with feraiseexceptAndreas Schwab2011-10-181-6/+10
* Relax asm requirements for recently added x86-64 math interfacesUlrich Drepper2011-10-172-10/+10
* Makr x86-64 math_private.h more robustUlrich Drepper2011-10-171-10/+10
* Provide internal optimizations on x86-64 with SSE4.1Ulrich Drepper2011-10-176-12/+51
* Fix last x86-64 mathinline changeUlrich Drepper2011-10-171-2/+2
* Use rounds{s,d} for x86 rint, ceil, floorUlrich Drepper2011-10-1614-10/+335
* Fix lost feraiseexcept symbolAndreas Schwab2011-10-141-1/+2
* Fix PLT use in feupdateenv on x86_64Andreas Schwab2011-10-132-5/+5
* Optimize libmUlrich Drepper2011-10-1213-47/+152
* Optimize use of isnan, isinf, finiteUlrich Drepper2011-10-081-0/+21
* Fix parse error in bits/mathinline.h with --std=c99Andreas Schwab2011-09-261-8/+8
* Add fmax and fmin inlines for x86-64Ulrich Drepper2011-09-151-5/+41
* Use correct section to allow mergingUlrich Drepper2011-09-141-2/+2
* Optimized lrint and llrint for x86-64Ulrich Drepper2011-09-141-10/+46
* Fix jn precisionPetr Baudis2011-09-091-44/+98
* Fix typo in x86-64 powlH.J. Lu2011-05-181-2/+2
* Correct implementation of fmaf.Jakub Jelinek2010-10-112-2/+4
* Avoid PLT call to fegetenv on s390Andreas Schwab2010-02-091-0/+1
* Fix x86_64 bits/mathinline.h for -m32 compilation.Jakub Jelinek2009-09-011-0/+12
* Fix parse error in bits/mathinline.h with --std=c99Andreas Schwab2009-08-311-2/+2
* Optimize out duplicated scalbln code for x86-64.Ulrich Drepper2009-08-252-0/+11
* Optimized signbit{,f} for x86-64.Ulrich Drepper2009-08-252-0/+54
* Add ceil implementation for 64-bit machines.Ulrich Drepper2009-08-241-0/+17
* Optimize float construction/extraction on x86-64.Ulrich Drepper2009-08-241-0/+20
* Optimize x86-64 signbit{,f} a bit.Ulrich Drepper2009-08-241-5/+7
* * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.Ulrich Drepper2009-04-271-3/+3
* * sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf.Ulrich Drepper2009-04-261-1/+13
* * sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.Ulrich Drepper2009-04-262-4/+26
* * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for largeUlrich Drepper2008-08-051-1/+6
* * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper2007-09-151-1/+1
* Dummy files to prevent stub versions from being used.Ulrich Drepper2007-05-174-0/+4
* [BZ #3306]Ulrich Drepper2007-04-161-0/+21
* [BZ #3427]Ulrich Drepper2007-04-164-14/+66