about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c
diff options
context:
space:
mode:
authorSunil K Pandey <skpgkp2@gmail.com>2021-12-29 08:29:26 -0800
committerSunil K Pandey <skpgkp2@gmail.com>2021-12-29 11:37:03 -0800
commit11c01de14c879ffc8dbac8ce32242a7552cbd4ad (patch)
tree70ec1403eab4be667adb5ce5a4c50f5b9da87e07 /sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c
parent146310177aa9f2c7d990ef856ed6e8bb94407f06 (diff)
downloadglibc-11c01de14c879ffc8dbac8ce32242a7552cbd4ad.tar.gz
glibc-11c01de14c879ffc8dbac8ce32242a7552cbd4ad.tar.xz
glibc-11c01de14c879ffc8dbac8ce32242a7552cbd4ad.zip
x86-64: Add vector asin/asinf implementation to libmvec
Implement vectorized asin/asinf containing SSE, AVX, AVX2 and
AVX512 versions for libmvec as per vector ABI.  It also contains
accuracy and ABI tests for vector asin/asinf with regenerated ulps.

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
Diffstat (limited to 'sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c')
-rw-r--r--sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c b/sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c
index af769c56fa..3d3218a310 100644
--- a/sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c
+++ b/sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c
@@ -29,6 +29,7 @@ VECTOR_WRAPPER (WRAPPER_NAME (expf), _ZGVeN16v_expf)
 VECTOR_WRAPPER_ff (WRAPPER_NAME (powf), _ZGVeN16vv_powf)
 VECTOR_WRAPPER (WRAPPER_NAME (acosf), _ZGVeN16v_acosf)
 VECTOR_WRAPPER (WRAPPER_NAME (atanf), _ZGVeN16v_atanf)
+VECTOR_WRAPPER (WRAPPER_NAME (asinf), _ZGVeN16v_asinf)
 
 #define VEC_INT_TYPE __m512i