aboutsummaryrefslogtreecommitdiff
path: root/pl/math/sv_expf_data.c
AgeCommit message (Collapse)Author
2023-01-06pl/math: Update copyright yearsJoe Ramsay
All files in pl/math updated to 2023.
2022-10-19pl/math: Correct spelling mistakes in commentsNicholas Dingle
Correct a couple of spelling mistakes in the comments in two separate files.
2022-09-21pl/math: Add vector/SVE expfJoe Ramsay
Routine is an SVE port of the Neon algorithm from math/, and is accurate to 2 ULP.