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/libm-test-ulps | |
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/libm-test-ulps')
-rw-r--r-- | sysdeps/aarch64/libm-test-ulps | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/aarch64/libm-test-ulps b/sysdeps/aarch64/libm-test-ulps index a1e5651c87..7a5af571e2 100644 --- a/sysdeps/aarch64/libm-test-ulps +++ b/sysdeps/aarch64/libm-test-ulps @@ -1220,11 +1220,19 @@ double: 1 float: 1 ldouble: 3 +Function: "log2_advsimd": +double: 1 +float: 2 + Function: "log2_downward": double: 3 float: 3 ldouble: 3 +Function: "log2_sve": +double: 1 +float: 2 + Function: "log2_towardzero": double: 2 float: 2 |