about summary refs log tree commit diff
path: root/sysdeps/aarch64/libm-test-ulps
diff options
context:
space:
mode:
authorJoe Ramsay <Joe.Ramsay@arm.com>2023-11-16 13:24:18 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2023-11-20 17:53:14 +0000
commita8830c928540011120ac742d632ed51d52af01df (patch)
tree3c219e1d2abfb616ebb3a512bcccabcd415dab29 /sysdeps/aarch64/libm-test-ulps
parent65341f7bbea824d2ff9d37db15d8be162df42bd3 (diff)
downloadglibc-a8830c928540011120ac742d632ed51d52af01df.tar.gz
glibc-a8830c928540011120ac742d632ed51d52af01df.tar.xz
glibc-a8830c928540011120ac742d632ed51d52af01df.zip
aarch64: Add vector implementations of expm1 routines
May discard sign of 0 - auto tests for -0 and -0x1p-10000 updated accordingly.
Diffstat (limited to 'sysdeps/aarch64/libm-test-ulps')
-rw-r--r--sysdeps/aarch64/libm-test-ulps8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/aarch64/libm-test-ulps b/sysdeps/aarch64/libm-test-ulps
index a6b2f29a6f..1d52bf9ebf 100644
--- a/sysdeps/aarch64/libm-test-ulps
+++ b/sysdeps/aarch64/libm-test-ulps
@@ -1078,11 +1078,19 @@ double: 1
 float: 1
 ldouble: 2
 
+Function: "expm1_advsimd":
+double: 2
+float: 1
+
 Function: "expm1_downward":
 double: 1
 float: 1
 ldouble: 2
 
+Function: "expm1_sve":
+double: 2
+float: 1
+
 Function: "expm1_towardzero":
 double: 1
 float: 2