about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/test-float-libmvec-erfcf.c
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/test-float-libmvec-erfcf.c
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/test-float-libmvec-erfcf.c')
-rw-r--r--sysdeps/x86_64/fpu/test-float-libmvec-erfcf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/x86_64/fpu/test-float-libmvec-erfcf.c b/sysdeps/x86_64/fpu/test-float-libmvec-erfcf.c
new file mode 100644
index 0000000000..d24b26759e
--- /dev/null
+++ b/sysdeps/x86_64/fpu/test-float-libmvec-erfcf.c
@@ -0,0 +1,3 @@
+#define LIBMVEC_TYPE float
+#define LIBMVEC_FUNC erfcf
+#include "test-vector-abi-arg1.h"