about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Add vector erf/erff implementation to libmvecSunil K Pandey2021-12-2918-0/+4757
* x86-64: Add vector acosh/acoshf implementation to libmvecSunil K Pandey2021-12-2918-0/+4978
* x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey2021-12-2918-0/+4773
* x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey2021-12-2918-0/+4160
* x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey2021-12-2918-0/+3921
* x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey2021-12-2918-0/+3471
* x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey2021-12-2918-0/+2830
* x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey2021-12-2918-0/+2744
* x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey2021-12-2918-0/+2607
* x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey2021-12-2918-0/+2438
* x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey2021-12-2918-0/+2350
* x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey2021-12-2918-0/+2330
* x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey2021-12-2918-0/+2006
* x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey2021-12-2918-0/+1864
* x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey2021-12-2918-0/+1902
* x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey2021-12-2918-0/+1454
* x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey2021-12-2219-0/+2024
* x86-64: Add sysdeps/x86_64/fpu/MakeconfigH.J. Lu2021-10-201-48/+20
* Add narrowing fma functionsJoseph Myers2021-09-221-0/+6
* Redirect fma calls to __fma in libmJoseph Myers2021-09-152-0/+2
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-039-9/+0
* x86-64: Remove assembler AVX512DQ checkH.J. Lu2021-08-2412-96/+0
* x86-64: Optimize load of all bits set into ZMM register [BZ #28252]H.J. Lu2021-08-2210-64/+11
* x86_64: roundeven with sse4.1 supportShen-Ta Hsieh2021-06-277-2/+118
* math: Remove mpa files [BZ #15267]Wilco Dijkstra2021-03-1118-183/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02153-153/+153
* 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