]> git.ipfire.org Git - thirdparty/glibc.git/commit - sysdeps/aarch64/fpu/Versions
aarch64: Add vector implementations of log10 routines
authorJoe Ramsay <Joe.Ramsay@arm.com>
Thu, 5 Oct 2023 16:10:51 +0000 (17:10 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 23 Oct 2023 14:00:45 +0000 (15:00 +0100)
commit067a34156c19fb3c53824e37d70820c0ce5b87b2
treec0e5649d7892db1a9fc195adc8b381c01ab77544
parenta8e3ab3074d448ff3e58ac8f850d955dfed830ad
aarch64: Add vector implementations of log10 routines

A table is also added, which is shared between AdvSIMD and SVE log10.
15 files changed:
sysdeps/aarch64/fpu/Makefile
sysdeps/aarch64/fpu/Versions
sysdeps/aarch64/fpu/bits/math-vector.h
sysdeps/aarch64/fpu/log10_advsimd.c [new file with mode: 0644]
sysdeps/aarch64/fpu/log10_sve.c [new file with mode: 0644]
sysdeps/aarch64/fpu/log10f_advsimd.c [new file with mode: 0644]
sysdeps/aarch64/fpu/log10f_sve.c [new file with mode: 0644]
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/aarch64/fpu/v_log10_data.c [new file with mode: 0644]
sysdeps/aarch64/fpu/vecmath_config.h
sysdeps/aarch64/libm-test-ulps
sysdeps/unix/sysv/linux/aarch64/libmvec.abilist