aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-30x86-64: Add vector tan/tanf implementation to libmvecSunil K Pandey1-0/+1
2021-12-30x86-64: Add vector erfc/erfcf implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector tanh/tanhf implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector erf/erff implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector acosh/acoshf implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey1-0/+1
2021-12-22x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey1-0/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-07-01Fixed wrong vector sincos/sincosf ABI to have it compatible withAndrew Senkevich1-1/+9
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-06-24Refactor libm tests.Joseph Myers1-1/+0
2015-06-18Vector sincosf for x86_64 and tests.Andrew Senkevich1-0/+1
2015-06-18Vector powf for x86_64 and tests.Andrew Senkevich1-0/+1
2015-06-17Vector expf for x86_64 and tests.Andrew Senkevich1-0/+1
2015-06-17Vector logf for x86_64 and tests.Andrew Senkevich1-0/+1
2015-06-15Vector sinf for x86_64 and tests.Andrew Senkevich1-0/+1
2015-06-09This patch adds vector cosf tests.Andrew Senkevich1-0/+25