aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-25Upgrade ARM-software/optimized-routines to v23.01Elliott Hughes
2023-01-24v23.01 releaseSzabolcs Nagy
2023-01-24pl/math: Fix a copyright notice for consistencySzabolcs Nagy
2023-01-24Update copyright yearsSzabolcs Nagy
2023-01-24string: Improve SVE memcpyWilco Dijkstra
2023-01-23pl/math: Reduce order of single-precision tan polynomialJoe Ramsay
2023-01-19pl/math: Add vector/Neon tanJoe Ramsay
2023-01-10string: Compile memcpy-sve.S for aarch64 if compiler supports itJake Weinstein
2023-01-10string: Optimize strcpyWilco Dijkstra
2023-01-10string: Improve strrchr-mteWilco Dijkstra
2023-01-09pl/math: Fix benchmark entries for SVE bivariate functionsPierre Blanchard
2023-01-06pl/math: Update copyright yearsJoe Ramsay
2023-01-05Rewrite two abs masks as literalsJoe Ramsay
2023-01-05pl/math: Add vector/Neon acoshJoe Ramsay
2023-01-05pl/math: Add vector/Neon acoshfJoe Ramsay
2023-01-05pl/math: Add scalar & vector/Neon tanhJoe Ramsay
2022-12-30pl/math: Add vector/SVE log2Pierre Blanchard
2022-12-30pl/math: Add vector/SVE log2fPierre Blanchard
2022-12-22pl/math: Add scalar & vector/Neon atanhJoe Ramsay
2022-12-22pl/math: Add scalar atan and set fenv in Neon atanJoe Ramsay
2022-12-22pl/math: Fix fp exceptions in Neon sinhf and sinhJoe Ramsay
2022-12-20Correct exit code from runulp.shJoe Ramsay
2022-12-20pl/math: Update ULP threshold for SVE erfPierre Blanchard
2022-12-20pl/math: Add scalar atanf and set fenv in Neon atanfJoe Ramsay
2022-12-20pl/math: Add scalar & vector/Neon cbrtJoe Ramsay
2022-12-19pl/math: Update ULP threshold for Neon asinhJoe Ramsay
2022-12-19pl/math: Replace WANT_ERRNO with WANT_SIMD_EXCEPT for Neon fenvJoe Ramsay
2022-12-19pl/math: Improve vector/Neon log2fPierre Blanchard
2022-12-15pl/math: Move test intervals to routine source filesJoe Ramsay
2022-12-15pl/math: Move fenv expectations out of runulp.shJoe Ramsay
2022-12-15pl/math: Move ULP limits to routine source filesJoe Ramsay
2022-12-15pl/math: Auto-generate mathbench and ulp headersJoe Ramsay
2022-12-15Merge "optimized-routines-mem: Share with bionic"main-16k-with-phonesTreehugger Robot
2022-12-13pl/math: Set fenv flags in Neon log1pJoe Ramsay
2022-12-13pl/math: Set fenv flags in Neon tanfJoe Ramsay
2022-12-13pl/math: Set fenv flags in Neon log2fJoe Ramsay
2022-12-13pl/math: Update ULP threshold for SVE atan2Pierre Blanchard
2022-12-13pl/math: Set fenv flags in Neon log1pfJoe Ramsay
2022-12-09optimized-routines-mem: Share with bionicPierre-Clément Tosi
2022-12-09pl/math: Add polynomial helpersJoe Ramsay
2022-12-09pl/math/test: Simplify runulp.shJoe Ramsay
2022-12-08pl/math: Fix fenv in asinhJoe Ramsay
2022-12-08pl/math: Fix vector/SVE erfPierre Blanchard
2022-12-07math: Set fenv exceptions for several Neon routinesJoe Ramsay
2022-12-07string: arm: Fix cfi restore info for hot loop exitVictor Do Nascimento
2022-12-07string: arm: Ensure correct cfi state at strcmp entryVictor Do Nascimento
2022-12-06pl/math: Set fenv flags in Neon asinhfJoe Ramsay
2022-12-05pl/math: Avoid UB in scalar tanhfJoe Ramsay
2022-11-30pl/math: Add scalar and vector/Neon tanhfJoe Ramsay
2022-11-29pl/math: Add vector/Neon asinhJoe Ramsay