diff options
author | Sunil K Pandey <skpgkp2@gmail.com> | 2021-12-29 09:54:31 -0800 |
---|---|---|
committer | Sunil K Pandey <skpgkp2@gmail.com> | 2021-12-29 11:38:44 -0800 |
commit | f9ce13fdac6c27745f872561102f1a9f746c5b2e (patch) | |
tree | 78b5fcb301bd15ba0ea457f059c58b941b06e91b /sysdeps/x86_64/fpu/libm-test-ulps | |
parent | 0625489ccc430ccbc5e6e70b4402d7e7d2d3ed17 (diff) | |
download | glibc-f9ce13fdac6c27745f872561102f1a9f746c5b2e.tar.gz glibc-f9ce13fdac6c27745f872561102f1a9f746c5b2e.tar.xz glibc-f9ce13fdac6c27745f872561102f1a9f746c5b2e.zip |
x86-64: Add vector erf/erff implementation to libmvec
Implement vectorized erf/erff containing SSE, AVX, AVX2 and AVX512 versions for libmvec as per vector ABI. It also contains accuracy and ABI tests for vector erf/erff 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-ulps | 20 |
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 b2aa8fc56e..929de0e786 100644 --- a/sysdeps/x86_64/fpu/libm-test-ulps +++ b/sysdeps/x86_64/fpu/libm-test-ulps @@ -1298,6 +1298,26 @@ float: 1 float128: 2 ldouble: 1 +Function: "erf_vlen16": +float: 1 + +Function: "erf_vlen2": +double: 1 + +Function: "erf_vlen4": +double: 1 +float: 2 + +Function: "erf_vlen4_avx2": +double: 1 + +Function: "erf_vlen8": +double: 1 +float: 2 + +Function: "erf_vlen8_avx2": +float: 2 + Function: "erfc": double: 5 float: 3 |