about summary refs log tree commit diff
path: root/sysdeps/aarch64/fpu/test-double-sve-wrappers.c
diff options
context:
space:
mode:
authorJoe Ramsay <Joe.Ramsay@arm.com>2024-02-20 16:59:40 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2024-04-04 10:32:58 +0100
commitb09fee1d21650428a6a3335408a46ebe1165d30d (patch)
treea1276ae6426feddebe06b59a2183c478eaf93057 /sysdeps/aarch64/fpu/test-double-sve-wrappers.c
parentbdb5705b7bab618ed4445f4b17d4b1e4fbbf94a7 (diff)
downloadglibc-b09fee1d21650428a6a3335408a46ebe1165d30d.tar.gz
glibc-b09fee1d21650428a6a3335408a46ebe1165d30d.tar.xz
glibc-b09fee1d21650428a6a3335408a46ebe1165d30d.zip
aarch64/fpu: Add vector variants of acosh
Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>
Diffstat (limited to 'sysdeps/aarch64/fpu/test-double-sve-wrappers.c')
-rw-r--r--sysdeps/aarch64/fpu/test-double-sve-wrappers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/aarch64/fpu/test-double-sve-wrappers.c b/sysdeps/aarch64/fpu/test-double-sve-wrappers.c
index 011f07d2c1..0e973cc9d7 100644
--- a/sysdeps/aarch64/fpu/test-double-sve-wrappers.c
+++ b/sysdeps/aarch64/fpu/test-double-sve-wrappers.c
@@ -43,6 +43,7 @@
   }
 
 SVE_VECTOR_WRAPPER (acos_sve, _ZGVsMxv_acos)
+SVE_VECTOR_WRAPPER (acosh_sve, _ZGVsMxv_acosh)
 SVE_VECTOR_WRAPPER (asin_sve, _ZGVsMxv_asin)
 SVE_VECTOR_WRAPPER (atan_sve, _ZGVsMxv_atan)
 SVE_VECTOR_WRAPPER_ff (atan2_sve, _ZGVsMxvv_atan2)