diff options
author | Joe Ramsay <Joe.Ramsay@arm.com> | 2023-10-05 17:10:50 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2023-10-23 15:00:45 +0100 |
commit | a8e3ab3074d448ff3e58ac8f850d955dfed830ad (patch) | |
tree | d5ce7009fed7e726fcf84b4d8b9b32b564aa90b1 /sysdeps/aarch64/fpu/test-double-sve-wrappers.c | |
parent | b39e9db5e305365db0c347fd308b7c0d86e3507b (diff) | |
download | glibc-a8e3ab3074d448ff3e58ac8f850d955dfed830ad.tar.gz glibc-a8e3ab3074d448ff3e58ac8f850d955dfed830ad.tar.xz glibc-a8e3ab3074d448ff3e58ac8f850d955dfed830ad.zip |
aarch64: Add vector implementations of log2 routines
A table is also added, which is shared between AdvSIMD and SVE log2.
Diffstat (limited to 'sysdeps/aarch64/fpu/test-double-sve-wrappers.c')
-rw-r--r-- | sysdeps/aarch64/fpu/test-double-sve-wrappers.c | 1 |
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 88b76ed678..22a8479100 100644 --- a/sysdeps/aarch64/fpu/test-double-sve-wrappers.c +++ b/sysdeps/aarch64/fpu/test-double-sve-wrappers.c @@ -36,5 +36,6 @@ SVE_VECTOR_WRAPPER (cos_sve, _ZGVsMxv_cos) SVE_VECTOR_WRAPPER (exp_sve, _ZGVsMxv_exp) SVE_VECTOR_WRAPPER (exp2_sve, _ZGVsMxv_exp2) SVE_VECTOR_WRAPPER (log_sve, _ZGVsMxv_log) +SVE_VECTOR_WRAPPER (log2_sve, _ZGVsMxv_log2) SVE_VECTOR_WRAPPER (sin_sve, _ZGVsMxv_sin) SVE_VECTOR_WRAPPER (tan_sve, _ZGVsMxv_tan) |