aboutsummaryrefslogtreecommitdiff
path: root/pl/math/vn_erfcf_1u.c
AgeCommit message (Collapse)Author
2023-01-06pl/math: Update copyright yearsJoe Ramsay
All files in pl/math updated to 2023.
2022-12-15pl/math: Move ULP limits to routine source filesJoe Ramsay
Introduces a new set of macros and Make rules for mechanically generating a list of ULP limits for each routine, to be consumed by runulp.sh. This removes the need to maintain long lists of thresholds in runulp.sh.
2022-07-11pl/math: Remove some stray semi-colonsJoe Ramsay
These cause compile warnings and are unnecessary as strong_alias is a macro.
2022-04-29pl/math: Add vector/Neon erfcfJoe Ramsay
Neon erfcf uses the same algorithm as the scalar variant, including sharing the same coefficients. The maximum measured error is 0.75ulp, measured at -3.93e-6.