]> git.ipfire.org Git - thirdparty/glibc.git/commit
AArch64: Implement AdvSIMD and SVE asinpi/f
authorDylan Fleming <Dylan.Fleming@arm.com>
Mon, 19 May 2025 12:39:51 +0000 (12:39 +0000)
committerWilco Dijkstra <wilco.dijkstra@arm.com>
Mon, 19 May 2025 15:33:50 +0000 (15:33 +0000)
commit0ef2cf44e7784fc357660d80aed72f195485439f
tree9cfeff2fac2e356945f82446a1093e760ed39407
parent993997ca1b77dfdea27ae56f3afacfab26dd4e60
AArch64: Implement AdvSIMD and SVE asinpi/f

Implement double and single precision variants of the C23 routine asinpi
for both AdvSIMD and SVE.

Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
15 files changed:
bits/libm-simd-decl-stubs.h
math/bits/mathcalls.h
sysdeps/aarch64/fpu/Makefile
sysdeps/aarch64/fpu/Versions
sysdeps/aarch64/fpu/advsimd_f32_protos.h
sysdeps/aarch64/fpu/asinpi_advsimd.c [new file with mode: 0644]
sysdeps/aarch64/fpu/asinpi_sve.c [new file with mode: 0644]
sysdeps/aarch64/fpu/asinpif_advsimd.c [new file with mode: 0644]
sysdeps/aarch64/fpu/asinpif_sve.c [new file with mode: 0644]
sysdeps/aarch64/fpu/bits/math-vector.h
sysdeps/aarch64/fpu/test-double-advsimd-wrappers.c
sysdeps/aarch64/fpu/test-double-sve-wrappers.c
sysdeps/aarch64/fpu/test-float-advsimd-wrappers.c
sysdeps/aarch64/fpu/test-float-sve-wrappers.c
sysdeps/unix/sysv/linux/aarch64/libmvec.abilist