diff options
author | Joe Ramsay <Joe.Ramsay@arm.com> | 2023-10-05 17:10:48 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2023-10-23 15:00:44 +0100 |
commit | f554334c05a95c6b4df532ddc88cd3e72dc7d04c (patch) | |
tree | 1ee426aaf6fbc68b5e7cb27286c8396738df9bc4 /math/auto-libm-test-in | |
parent | 2aa0974d2573441bffd596b07bff8698b1f2f18c (diff) | |
download | glibc-f554334c05a95c6b4df532ddc88cd3e72dc7d04c.zip glibc-f554334c05a95c6b4df532ddc88cd3e72dc7d04c.tar.gz glibc-f554334c05a95c6b4df532ddc88cd3e72dc7d04c.tar.bz2 |
aarch64: Add vector implementations of tan routines
This includes some utility headers for evaluating polynomials using
various schemes.
Diffstat (limited to 'math/auto-libm-test-in')
-rw-r--r-- | math/auto-libm-test-in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index 2672eb1..7089250 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -7655,7 +7655,7 @@ sqrt min sqrt min_subnorm tan 0 -tan -0 +tan -0 no-mathvec tan pi/4 tan pi/2 tan -pi/2 |