Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x86-64: Add vector tanh/tanhf implementation to libmvec | Sunil K Pandey | 2021-12-29 | 1 | -0/+3 |
Implement vectorized tanh/tanhf containing SSE, AVX, AVX2 and AVX512 versions for libmvec as per vector ABI. It also contains accuracy and ABI tests for vector tanh/tanhf with regenerated ulps. Reviewed-by: H.J. Lu <hjl.tools@gmail.com> |