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 Myers2019-01-01153-153/+153
* x86-64: Remove s_sincosf-sse2.SH.J. Lu2018-12-262-2/+2
* x86-64: Vectorize sincosf_poly and update s_sincosf-fma.cH.J. Lu2018-12-261-270/+1
* Remove the error handling wrapper from powSzabolcs Nagy2018-11-214-5/+8
* Remove the error handling wrapper from logSzabolcs Nagy2018-11-215-4/+10
* Remove the error handling wrapper from exp and exp2Szabolcs Nagy2018-11-215-7/+10
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-202-0/+2
* Add new pow implementationSzabolcs Nagy2018-09-191-2/+2
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-172-0/+2
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-142-0/+2
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-142-0/+2
* Improve performance of sinf and cosfWilco Dijkstra2018-08-141-1/+32
* 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