commit | 49d283240e503a412ae85cd5b60f323797f7b897 | [log] [tgz] |
---|---|---|
author | Joe Ramsay <Joe.Ramsay@arm.com> | Thu Jan 05 10:30:07 2023 +0000 |
committer | Joe Ramsay <joe.ramsay@arm.com> | Thu Jan 05 10:30:07 2023 +0000 |
tree | 50b80c65dc6bdc23a12ed6c7940e7fe4b31cf414 | |
parent | 0866a19c42fd560ea8985f829b17c4b93b6a6f1b [diff] |
pl/math: Add vector/Neon acosh New routine is based on a vector implementation from log1p, which has been reused (with some modification for improved accuracy close to 0) from Neon atanh. Accurate to 3.5 ULP.