about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/libm-test-ulps
diff options
context:
space:
mode:
authorSunil K Pandey <skpgkp2@gmail.com>2021-12-29 10:13:20 -0800
committerSunil K Pandey <skpgkp2@gmail.com>2021-12-30 10:19:03 -0800
commit8881cca8fb8d3a7ee89d174017dd27eded90366c (patch)
treeaa183021a734c54404062791e2582b17a5055f40 /sysdeps/x86_64/fpu/libm-test-ulps
parentbc1e344dc1fb7f406c42e03a63dd3dbf426af9e7 (diff)
downloadglibc-8881cca8fb8d3a7ee89d174017dd27eded90366c.tar.gz
glibc-8881cca8fb8d3a7ee89d174017dd27eded90366c.tar.xz
glibc-8881cca8fb8d3a7ee89d174017dd27eded90366c.zip
x86-64: Add vector erfc/erfcf implementation to libmvec
Implement vectorized erfc/erfcf containing SSE, AVX, AVX2 and
AVX512 versions for libmvec as per vector ABI.  It also contains
accuracy and ABI tests for vector erfc/erfcf with regenerated ulps.

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
Diffstat (limited to 'sysdeps/x86_64/fpu/libm-test-ulps')
-rw-r--r--sysdeps/x86_64/fpu/libm-test-ulps20
1 files changed, 20 insertions, 0 deletions
diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-test-ulps
index 71e9fced02..f3ee98358f 100644
--- a/sysdeps/x86_64/fpu/libm-test-ulps
+++ b/sysdeps/x86_64/fpu/libm-test-ulps
@@ -1359,6 +1359,26 @@ float: 6
 float128: 5
 ldouble: 5
 
+Function: "erfc_vlen16":
+float: 1
+
+Function: "erfc_vlen2":
+double: 1
+
+Function: "erfc_vlen4":
+double: 1
+float: 1
+
+Function: "erfc_vlen4_avx2":
+double: 1
+
+Function: "erfc_vlen8":
+double: 1
+float: 1
+
+Function: "erfc_vlen8_avx2":
+float: 1
+
 Function: "exp":
 double: 1
 float: 1