about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch
Commit message (Expand)AuthorAgeFilesLines
* ieee754: Remove unused __sin32 and __cos32Anssi Hannula2020-12-184-8/+0
* x86-64: Fix FMA4 detection in ifunc [BZ #26534]Ondřej Hošek2020-09-021-1/+1
* x86: Support usable check for all CPU featuresH.J. Lu2020-07-139-19/+19
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-0310-22/+28
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01153-153/+153
* Always use wordsize-64 version of s_trunc.c.Stefan Liebler2019-12-111-1/+1
* Always use wordsize-64 version of s_ceil.c.Stefan Liebler2019-12-111-1/+1
* Always use wordsize-64 version of s_floor.c.Stefan Liebler2019-12-111-1/+1
* Always use wordsize-64 version of s_rint.c.Stefan Liebler2019-12-111-1/+1
* Always use wordsize-64 version of s_nearbyint.c.Stefan Liebler2019-12-111-1/+1
* Remove x64 _finite tests and referencesWilco Dijkstra2019-10-2118-48/+48
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07153-153/+153
* 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