aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64/fpu/erfcf_data.c
AgeCommit message (Collapse)AuthorFilesLines
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2024-11-01AArch64: Remove SVE erf and erfc tablesJoe Ramsay1-4/+4
By using a combination of mask-and-add instead of the shift-based index calculation the routines can share the same table as other variants with no performance degradation. The tables change name because of other changes in downstream AOR. Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
2024-04-04aarch64/fpu: Add vector variants of erfcJoe Ramsay1-0/+676
Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>