about summary refs log tree commit diff
path: root/sysdeps/aarch64/fpu/pow_sve.c
Commit message (Collapse)AuthorAgeFilesLines
* aarch64/fpu: Add vector variants of powJoe Ramsay2024-05-211-0/+411
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>