]> git.ipfire.org Git - thirdparty/glibc.git/commit
aarch64/fpu: Add vector variants of cosh
authorJoe Ramsay <Joe.Ramsay@arm.com>
Tue, 20 Feb 2024 16:59:39 +0000 (16:59 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 4 Apr 2024 09:32:52 +0000 (10:32 +0100)
commitbdb5705b7bab618ed4445f4b17d4b1e4fbbf94a7
treef40e3e851520b89633b5bc58471b25e8cd7f6e8c
parentcb5d84f1f8527116a724e729b98412567eed6404
aarch64/fpu: Add vector variants of cosh

Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>
18 files changed:
sysdeps/aarch64/fpu/Makefile
sysdeps/aarch64/fpu/Versions
sysdeps/aarch64/fpu/advsimd_f32_protos.h
sysdeps/aarch64/fpu/bits/math-vector.h
sysdeps/aarch64/fpu/cosh_advsimd.c [new file with mode: 0644]
sysdeps/aarch64/fpu/cosh_sve.c [new file with mode: 0644]
sysdeps/aarch64/fpu/coshf_advsimd.c [new file with mode: 0644]
sysdeps/aarch64/fpu/coshf_sve.c [new file with mode: 0644]
sysdeps/aarch64/fpu/sv_expf_inline.h [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_exp_tail_data.c [new file with mode: 0644]
sysdeps/aarch64/fpu/v_expf_inline.h [new file with mode: 0644]
sysdeps/aarch64/fpu/vecmath_config.h
sysdeps/aarch64/libm-test-ulps
sysdeps/unix/sysv/linux/aarch64/libmvec.abilist