aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64/fpu/finclude
AgeCommit message (Collapse)AuthorFilesLines
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-12-20aarch64: Add SIMD attributes to math functions with vector versionsJoe Ramsay1-0/+47
Added annotations for autovec by GCC and GFortran - this enables GCC >= 9 to autovectorise math calls at -Ofast. Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>