about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu
Commit message (Expand)AuthorAgeFilesLines
...
* Improve erfc accuracy.Joseph Myers2012-03-011-0/+12
* Add test for bug 5794 (incorrect expm1 overflow).Joseph Myers2012-02-291-0/+5
* Reduce large expected errors from libm tests on x86 and x86_64.Joseph Myers2012-02-291-12/+12
* Optimized expf for x86-64Ulrich Drepper2012-02-281-0/+340
* Resort ULPs files with gen-libm-test.pl -n in C locale.Joseph Myers2012-02-201-2/+3
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0951-153/+102
* Reduce ldouble ULPs for jn tests on x86Andreas Schwab2012-02-081-18/+16
* Remove __ELF__ conditionalsMarek Polacek2012-02-079-44/+11
* Fix makefile/configure problems with sse2avx changes.Joseph Myers2012-01-301-1/+1
* Optimize x86-64 math inline header a bitUlrich Drepper2012-01-281-8/+31
* Use -msse2avx option for x86-64 libm functionsUlrich Drepper2012-01-288-49/+26
* Simplify use of AVX instructions in internal math macrosUlrich Drepper2012-01-281-59/+20
* Really fix AVX testsUlrich Drepper2012-01-266-7/+11
* Remove pre-ISO C supportUlrich Drepper2012-01-071-3/+3
* Use __REDIRECT_NTH for __feraiseexcept_renamedUlrich Drepper2011-12-221-1/+1
* Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES.Rafael Ávila de Espíndola2011-12-211-1/+1
* Fix more warningsUlrich Drepper2011-12-032-11/+0
* Remove code without too much effectsUlrich Drepper2011-10-2815-113/+5
* 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