]> sourceware.org Git - glibc.git/commit
aarch64/fpu: Add vector variants of pow
authorJoe Ramsay <Joe.Ramsay@arm.com>
Thu, 16 May 2024 08:21:24 +0000 (09:21 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Tue, 21 May 2024 13:38:49 +0000 (14:38 +0100)
commit0fed0b250f728f38bca5f6fba1dcecdccfc6a44e
treef0ef0507799bcdd093a89c12b280d8dddb0f3b55
parentc39cf53702e570b64a70d8f7fdfe277017acfb5f
aarch64/fpu: Add vector variants of pow

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>
21 files changed:
sysdeps/aarch64/fpu/Makefile
sysdeps/aarch64/fpu/Versions
sysdeps/aarch64/fpu/advsimd_f32_protos.h
sysdeps/aarch64/fpu/atan2_advsimd.c
sysdeps/aarch64/fpu/atan2_sve.c
sysdeps/aarch64/fpu/bits/math-vector.h
sysdeps/aarch64/fpu/finite_pow.h [new file with mode: 0644]
sysdeps/aarch64/fpu/pow_advsimd.c [new file with mode: 0644]
sysdeps/aarch64/fpu/pow_sve.c [new file with mode: 0644]
sysdeps/aarch64/fpu/powf_advsimd.c [new file with mode: 0644]
sysdeps/aarch64/fpu/powf_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_pow_exp_data.c [new file with mode: 0644]
sysdeps/aarch64/fpu/v_pow_log_data.c [new file with mode: 0644]
sysdeps/aarch64/fpu/v_powf_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
This page took 1.093725 seconds and 5 git commands to generate.