about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch
Commit message (Expand)AuthorAgeFilesLines
...
* x86: Don't include <init-arch.h> in assembly codesH.J. Lu2018-08-032-2/+0
* Remove mplog and mpexpWilco Dijkstra2018-02-1510-75/+3
* Remove slow paths from expSzabolcs Nagy2018-02-127-36/+3
* Remove slow paths from powWilco Dijkstra2018-02-127-40/+4
* x86-64: Add sincosf with vector FMAH.J. Lu2018-01-084-2/+273
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01152-152/+152
* Revert exp reimplementation (causes test failures).Joseph Myers2017-12-197-3/+36
* Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty2017-12-197-36/+3
* x86-64: Add cosf with FMAH.J. Lu2017-12-124-2/+35
* x86-64: Add sinf with FMAH.J. Lu2017-12-074-1/+36
* Use libm_alias_float for x86_64.Joseph Myers2017-11-2911-11/+37
* Use libm_alias_double for x86_64.Joseph Myers2017-11-299-10/+27
* Replace "if if " with "if " in commentsH.J. Lu2017-10-253-3/+3
* x86-64: Add powf with FMAH.J. Lu2017-10-223-1/+49
* x86-64: Add log2f with FMAH.J. Lu2017-10-223-1/+45
* x86-64: Add logf with FMAH.J. Lu2017-10-223-1/+45
* x86-64: Add exp2f with FMAH.J. Lu2017-10-223-1/+42
* x86-64: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu2017-10-224-189/+25
* Make dbl-64 atan and tan into weak aliases.Joseph Myers2017-10-028-10/+12
* Add SSE4.1 trunc, truncf (bug 20142).Joseph Myers2017-09-207-2/+116
* x86: Add MathVec_Prefer_No_AVX512 to cpu-features [BZ #21967]H.J. Lu2017-09-121-5/+8
* x86_64 __redirect_ieee754_expf: Change double to floatH.J. Lu2017-08-281-1/+1
* x86_64: Replace AVX512F .byte sequences with instructionsH.J. Lu2017-08-232-74/+8
* x86-64: Check FMA_Usable in ifunc-mathvec-avx2.h [BZ #21966]H.J. Lu2017-08-181-1/+2
* x86-64: Optimize e_expf with FMA [BZ #21912]H.J. Lu2017-08-164-0/+245
* x86-64: Add FMA multiarch functions to libmH.J. Lu2017-08-0732-105/+493
* x86-64: Implement libmathvec IFUNC selectors in CH.J. Lu2017-08-0476-619/+1181
* x86-64: Implement libm IFUNC selectors in CH.J. Lu2017-08-0418-120/+287
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0182-82/+82
* x86_64: Call finite scalar versions in vectorized log, pow, exp (bz #20033).Andrew Senkevich2016-08-0218-48/+48
* Require binutils 2.24 to build x86-64 glibc [BZ #20139]H.J. Lu2016-07-0112-24/+24
* Fixed wrong vector sincos/sincosf ABI to have it compatible withAndrew Senkevich2016-07-016-14/+862
* Do not raise "inexact" from x86_64 SSE4.1 ceil, floor (bug 15479).Joseph Myers2016-05-244-4/+4
* Use JUMPTARGET in x86-64 mathvecH.J. Lu2016-03-1636-112/+112
* 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