about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey2021-12-221-0/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Fixed wrong vector sincos/sincosf ABI to have it compatible withAndrew Senkevich2016-07-011-1/+9
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Refactor libm tests.Joseph Myers2015-06-241-1/+0
* Vector sincos for x86_64 and tests.Andrew Senkevich2015-06-181-0/+1
* Vector pow for x86_64 and tests.Andrew Senkevich2015-06-171-0/+1
* Vector exp for x86_64 and tests.Andrew Senkevich2015-06-171-0/+1
* Vector log for x86_64 and tests.Andrew Senkevich2015-06-171-0/+1
* Vector sin for x86_64 and tests.Andrew Senkevich2015-06-111-0/+1
* Addition of testing infrastructure for vector math functions.Andrew Senkevich2015-06-091-0/+28