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