]> git.ipfire.org Git - thirdparty/glibc.git/commit
AArch64: Implement AdvSIMD and SVE acospi/f
authorDylan Fleming <Dylan.Fleming@arm.com>
Mon, 19 May 2025 12:26:50 +0000 (12:26 +0000)
committerWilco Dijkstra <wilco.dijkstra@arm.com>
Mon, 19 May 2025 15:31:59 +0000 (15:31 +0000)
commit993997ca1b77dfdea27ae56f3afacfab26dd4e60
treef79dd5756c26b7d213964d93d26f0b87c1971848
parent1e84509e0041c0a83997aba602a585bb3b8285f0
AArch64: Implement AdvSIMD and SVE acospi/f

Implement double and single precision variants of the C23 routine acospi
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/acospi_advsimd.c [new file with mode: 0644]
sysdeps/aarch64/fpu/acospi_sve.c [new file with mode: 0644]
sysdeps/aarch64/fpu/acospif_advsimd.c [new file with mode: 0644]
sysdeps/aarch64/fpu/acospif_sve.c [new file with mode: 0644]
sysdeps/aarch64/fpu/advsimd_f32_protos.h
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