about summary refs log tree commit diff
path: root/sysdeps/aarch64/fpu/atan2_sve.c
Commit message (Collapse)AuthorAgeFilesLines
* aarch64/fpu: Add vector variants of powJoe Ramsay2024-05-211-0/+1
| | | | | | | Plus a small amount of moving includes around in order to be able to remove duplicate definition of asuint64. Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>
* aarch64/fpu: Sync libmvec routines from 2.39 and before with AORJoe Ramsay2024-02-261-15/+14
| | | | | | | This includes a fix for big-endian in AdvSIMD log, some cosmetic changes, and numerous small optimisations mainly around inlining and using indexed variants of MLA intrinsics. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
|
* aarch64: Add vector implementations of atan2 routinesJoe Ramsay2023-11-101-0/+118