about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch
Commit message (Expand)AuthorAgeFilesLines
* Disable use of FMA instructions in branredAndreas Schwab2012-03-214-8/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0910-30/+20
* Fix makefile/configure problems with sse2avx changes.Joseph Myers2012-01-301-1/+1
* Use -msse2avx option for x86-64 libm functionsUlrich Drepper2012-01-287-19/+18
* Really fix AVX testsUlrich Drepper2012-01-266-7/+11
* 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
* Cleanup FMA4 patchUlrich Drepper2011-10-2522-1/+26
* Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper2011-10-2431-0/+328
* 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
* Add optimized nearbyint{,f} for x86-64Ulrich Drepper2011-10-185-1/+87
* Provide internal optimizations on x86-64 with SSE4.1Ulrich Drepper2011-10-174-0/+4
* Use rounds{s,d} for x86 rint, ceil, floorUlrich Drepper2011-10-1613-0/+256