commit | d77559f770b56512e86e855dfc91beda91964991 | [log] [tgz] |
---|---|---|
author | Joe Ramsay <Joe.Ramsay@arm.com> | Thu May 11 11:21:39 2023 +0100 |
committer | Joe Ramsay <joe.ramsay@arm.com> | Thu May 11 11:21:39 2023 +0100 |
tree | 607a775f2e3d35c37c9ae6b3994e2dd8622a1916 | |
parent | a5293b9b831880fef61926747d7e8730418cabb4 [diff] |
pl/math: Cleanup SVE log & logf Minor changes in logf, mainly optimising memory access. For log, copy the table for Neon log from math/, and add polynomial coeffs to so it can be shared with vector asinh routines.