about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/test-float-libmvec-asinhf-avx512f.c
Commit message (Collapse)AuthorAgeFilesLines
* x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey2021-12-291-0/+1
Implement vectorized asinh/asinhf containing SSE, AVX, AVX2 and AVX512 versions for libmvec as per vector ABI. It also contains accuracy and ABI tests for vector asinh/asinhf with regenerated ulps. Reviewed-by: H.J. Lu <hjl.tools@gmail.com>