diff options
author | Joe Ramsay <Joe.Ramsay@arm.com> | 2023-11-16 13:24:18 +0000 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2023-11-20 17:53:14 +0000 |
commit | a8830c928540011120ac742d632ed51d52af01df (patch) | |
tree | 3c219e1d2abfb616ebb3a512bcccabcd415dab29 /math/auto-libm-test-in | |
parent | 65341f7bbea824d2ff9d37db15d8be162df42bd3 (diff) | |
download | glibc-a8830c928540011120ac742d632ed51d52af01df.zip glibc-a8830c928540011120ac742d632ed51d52af01df.tar.gz glibc-a8830c928540011120ac742d632ed51d52af01df.tar.bz2 |
aarch64: Add vector implementations of expm1 routines
May discard sign of 0 - auto tests for -0 and -0x1p-10000 updated accordingly.
Diffstat (limited to 'math/auto-libm-test-in')
-rw-r--r-- | math/auto-libm-test-in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index a8d6674..897a336 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -5354,7 +5354,7 @@ exp2 -0x4.8ce878p-4 exp2 0xf.93d18bf7be8d272p-4 expm1 0 -expm1 -0 +expm1 -0 no-mathvec expm1 1 expm1 0.75 expm1 2 @@ -5419,7 +5419,7 @@ expm1 -0x1p-100 expm1 0x1p-600 expm1 -0x1p-600 expm1 0x1p-10000 -expm1 -0x1p-10000 +expm1 -0x1p-10000 no-mathvec expm1 0xe.4152ac57cd1ea7ap-60 expm1 0x6.660247486aed8p-4 expm1 0x6.289a78p-4 |