about summary refs log tree commit diff
path: root/sysdeps/aarch64/fpu/finclude
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
|
* aarch64: Add SIMD attributes to math functions with vector versionsJoe Ramsay2023-12-201-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>