diff options
author | Joe Ramsay <Joe.Ramsay@arm.com> | 2024-02-20 16:59:44 +0000 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2024-04-04 10:33:20 +0100 |
commit | 3d3a4fb8e4fe854a0bbb3df9c26ba482c10a7e22 (patch) | |
tree | 3662fa9c2cf39b800d5968ed04a5527b9eb67eab /sysdeps/aarch64/libm-test-ulps | |
parent | eedbbca0bf3adf3c45aff6c4e128bae3a5562675 (diff) | |
download | glibc-3d3a4fb8e4fe854a0bbb3df9c26ba482c10a7e22.zip glibc-3d3a4fb8e4fe854a0bbb3df9c26ba482c10a7e22.tar.gz glibc-3d3a4fb8e4fe854a0bbb3df9c26ba482c10a7e22.tar.bz2 |
aarch64/fpu: Add vector variants of tanh
Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>
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 004eb34..c26d39e 100644 --- a/sysdeps/aarch64/libm-test-ulps +++ b/sysdeps/aarch64/libm-test-ulps @@ -1496,11 +1496,19 @@ double: 2 float: 2 ldouble: 2 +Function: "tanh_advsimd": +double: 2 +float: 2 + Function: "tanh_downward": double: 3 float: 3 ldouble: 4 +Function: "tanh_sve": +double: 2 +float: 2 + Function: "tanh_towardzero": double: 2 float: 2 |