| commit | fe37c91d9ae7a5325251a57c83b7d77983d6849a | [log] [tgz] |
|---|---|---|
| author | Pierre Blanchard <pierre.blanchard@arm.com> | Mon Apr 24 10:03:45 2023 +0000 |
| committer | Pierre Blanchard <pierre.blanchard@arm.com> | Mon Apr 24 10:04:38 2023 +0000 |
| tree | 9783ca2562bd54ff427690d7a1e6b6b2f54d3df4 | |
| parent | a8adf67109fd3ae1706335d68e38da0c005a31e3 [diff] |
pl/math: Cleanup Neon expf Constants moved to static volatile struct Fix signatures No more implicit vector operations - replaced with intrinsics Neon expf is a loose copy of AOR/math version, and is only used as a helper routine in pl/math. Inlined expf helper and remove special cases.