From c21c7bc24ec58c516d1608695d9c5a86f2f2fc0c Mon Sep 17 00:00:00 2001 From: Sunil K Pandey Date: Wed, 29 Dec 2021 10:19:39 -0800 Subject: x86-64: Add vector tan/tanf implementation to libmvec Implement vectorized tan/tanf containing SSE, AVX, AVX2 and AVX512 versions for libmvec as per vector ABI. It also contains accuracy and ABI tests for vector tan/tanf with regenerated ulps. Reviewed-by: H.J. Lu --- sysdeps/x86_64/fpu/libm-test-ulps | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'sysdeps/x86_64/fpu/libm-test-ulps') diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-test-ulps index f3ee98358f..325e4b5b84 100644 --- a/sysdeps/x86_64/fpu/libm-test-ulps +++ b/sysdeps/x86_64/fpu/libm-test-ulps @@ -2080,6 +2080,26 @@ float: 1 float128: 1 ldouble: 2 +Function: "tan_vlen16": +float: 1 + +Function: "tan_vlen2": +double: 2 + +Function: "tan_vlen4": +double: 2 +float: 2 + +Function: "tan_vlen4_avx2": +double: 1 + +Function: "tan_vlen8": +double: 2 +float: 2 + +Function: "tan_vlen8_avx2": +float: 2 + Function: "tanh": double: 2 float: 2 -- cgit 1.4.1