aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu/multiarch
AgeCommit message (Expand)AuthorFilesLines
2021-12-30x86-64: Add vector tan/tanf implementation to libmvecSunil K Pandey18-0/+21626
2021-12-30x86-64: Add vector erfc/erfcf implementation to libmvecSunil K Pandey18-0/+14683
2021-12-29x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey18-0/+5500
2021-12-29x86-64: Add vector tanh/tanhf implementation to libmvecSunil K Pandey18-0/+5365
2021-12-29x86-64: Add vector erf/erff implementation to libmvecSunil K Pandey18-0/+4757
2021-12-29x86-64: Add vector acosh/acoshf implementation to libmvecSunil K Pandey18-0/+4978
2021-12-29x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey18-0/+4773
2021-12-29x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey18-0/+4160
2021-12-29x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey18-0/+3921
2021-12-29x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey18-0/+3471
2021-12-29x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey18-0/+2830
2021-12-29x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey18-0/+2744
2021-12-29x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey18-0/+2607
2021-12-29x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey18-0/+2438
2021-12-29x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey18-0/+2350
2021-12-29x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey18-0/+2330
2021-12-29x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey18-0/+2006
2021-12-29x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey18-0/+1864
2021-12-29x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey18-0/+1902
2021-12-29x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey18-0/+1454
2021-12-22x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey19-0/+2024
2021-10-20x86-64: Add sysdeps/x86_64/fpu/MakeconfigH.J. Lu1-48/+20
2021-09-22Add narrowing fma functionsJoseph Myers1-0/+6
2021-09-15Redirect fma calls to __fma in libmJoseph Myers2-0/+2
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar9-9/+0
2021-08-24x86-64: Remove assembler AVX512DQ checkH.J. Lu12-96/+0
2021-08-22x86-64: Optimize load of all bits set into ZMM register [BZ #28252]H.J. Lu10-64/+11
2021-06-27x86_64: roundeven with sse4.1 supportShen-Ta Hsieh7-2/+118
2021-03-11math: Remove mpa files [BZ #15267]Wilco Dijkstra18-183/+3
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert153-153/+153
2020-12-18ieee754: Remove unused __sin32 and __cos32Anssi Hannula4-8/+0
2020-09-02x86-64: Fix FMA4 detection in ifunc [BZ #26534]Ondřej Hošek1-1/+1
2020-07-13x86: Support usable check for all CPU featuresH.J. Lu9-19/+19
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra10-22/+28
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers153-153/+153
2019-12-11Always use wordsize-64 version of s_trunc.c.Stefan Liebler1-1/+1
2019-12-11Always use wordsize-64 version of s_ceil.c.Stefan Liebler1-1/+1
2019-12-11Always use wordsize-64 version of s_floor.c.Stefan Liebler1-1/+1
2019-12-11Always use wordsize-64 version of s_rint.c.Stefan Liebler1-1/+1
2019-12-11Always use wordsize-64 version of s_nearbyint.c.Stefan Liebler1-1/+1
2019-10-21Remove x64 _finite tests and referencesWilco Dijkstra18-48/+48
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert153-153/+153
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers153-153/+153
2018-12-26x86-64: Remove s_sincosf-sse2.SH.J. Lu2-2/+2
2018-12-26x86-64: Vectorize sincosf_poly and update s_sincosf-fma.cH.J. Lu1-270/+1
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy4-5/+8
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy5-4/+10
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy5-7/+10
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers2-0/+2
2018-09-19Add new pow implementationSzabolcs Nagy1-2/+2