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/test-float-libmvec-tanf-avx2.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 sysdeps/x86_64/fpu/test-float-libmvec-tanf-avx2.c (limited to 'sysdeps/x86_64/fpu/test-float-libmvec-tanf-avx2.c') diff --git a/sysdeps/x86_64/fpu/test-float-libmvec-tanf-avx2.c b/sysdeps/x86_64/fpu/test-float-libmvec-tanf-avx2.c new file mode 100644 index 0000000000..ea7974f3ad --- /dev/null +++ b/sysdeps/x86_64/fpu/test-float-libmvec-tanf-avx2.c @@ -0,0 +1 @@ +#include "test-float-libmvec-tanf.c" -- cgit 1.4.1