aboutsummaryrefslogtreecommitdiff
path: root/pl
AgeCommit message (Expand)Author
2023-01-24pl/math: Fix a copyright notice for consistencySzabolcs Nagy
2023-01-23pl/math: Reduce order of single-precision tan polynomialJoe Ramsay
2023-01-19pl/math: Add vector/Neon tanJoe Ramsay
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-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-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-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
2022-11-24pl/math: Update ULP threshold for vector atansJoe Ramsay
2022-11-22pl/math: Add scalar & vector/Neon cbrtfJoe Ramsay
2022-11-22pl/math: Add scalar and vector/Neon atanhfJoe Ramsay
2022-11-17pl/math: Add scalar & vector/Neon coshJoe Ramsay
2022-11-17pl/math: Add scalar and vector/Neon sinhJoe Ramsay
2022-11-15pl/math: Use order-6 polynomial in Vector/Neon log2Nicholas Dingle
2022-11-15pl/math: Change conflicting variable namesJoe Ramsay
2022-11-11pl/math: Fix minus zero in vector expm1Joe Ramsay
2022-11-11pl/math: Fix SVE mathbench wrappersJoe Ramsay
2022-11-09pl/math/test: Simplify ulp and bench macrosJoe Ramsay
2022-11-09pl/math: Add vector/Neon expm1Joe Ramsay
2022-11-09pl/math: Add scalar expm1Joe Ramsay