about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0482-82/+82
* Remove configure tests for FMA4 support.Joseph Myers2015-10-0911-64/+9
* Remove configure tests for AVX support.Joseph Myers2015-10-089-94/+74
* Fix x86_64 fma4 pow inappropriate contraction (bug 19003).Joseph Myers2015-09-241-1/+1
* Remove incorrect register mov in floorf/nearbyint on x86_64Siddhesh Poyarekar2015-08-142-2/+0
* Update libmvec multiarch functions for <cpu-features.h>H.J. Lu2015-08-1336-190/+118
* Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu2015-08-1318-59/+69
* Fixed several libmvec bugs found during testing on KNL hardware.Andrew Senkevich2015-07-2413-60/+61
* Combination of data tables for x86_64 vector functions sinf, cosf and sincosf.Andrew Senkevich2015-06-249-21/+21
* Combination of data tables for x86_64 vector functions sin, cos and sincos.Andrew Senkevich2015-06-239-61/+61
* Vector sincosf for x86_64 and tests.Andrew Senkevich2015-06-187-1/+1130
* Vector sincos for x86_64 and tests.Andrew Senkevich2015-06-187-1/+1301
* Vector powf for x86_64 and tests.Andrew Senkevich2015-06-187-1/+1502
* Vector pow for x86_64 and tests.Andrew Senkevich2015-06-177-1/+1677
* Vector expf for x86_64 and tests.Andrew Senkevich2015-06-177-1/+978
* Vector exp for x86_64 and tests.Andrew Senkevich2015-06-177-1/+1010
* Vector logf for x86_64 and tests.Andrew Senkevich2015-06-177-1/+912
* Vector log for x86_64 and tests.Andrew Senkevich2015-06-177-0/+1024
* Vector sinf for x86_64 and tests.Andrew Senkevich2015-06-157-1/+1039
* Vector sin for x86_64 and tests.Andrew Senkevich2015-06-117-2/+1023
* Vector cosf for x86_64.Andrew Senkevich2015-06-097-1/+1019
* Start of series of patches with x86_64 vector math functions.Andrew Senkevich2015-06-097-0/+1013
* Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra2015-05-151-0/+1
* Fix asin missing underflows (bug 16351).Joseph Myers2015-02-261-0/+1
* Fix atan / atan2 missing underflows (bug 15319).Joseph Myers2015-02-181-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0210-10/+10
* Fix pow overflow in non-default rounding modes (bug 16315).Joseph Myers2014-06-231-0/+1
* Fix implicit __isinf declarations in exp.Joseph Myers2014-03-241-0/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0110-10/+10
* Use x constraints for operands to vfmaddss and vfmaddsdPeter Collingbourne2013-05-152-2/+2
* New __sqr function as a faster special case of __mulSiddhesh Poyarekar2013-02-142-0/+2
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0210-10/+10
* Move mpone out to a global constSiddhesh Poyarekar2012-12-272-0/+2
* 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