diff options
author | Joe Ramsay <Joe.Ramsay@arm.com> | 2024-02-20 16:59:38 +0000 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2024-04-04 10:32:48 +0100 |
commit | cb5d84f1f8527116a724e729b98412567eed6404 (patch) | |
tree | 20b988130479df83207b0f4318f2eb3f0e879eae /sysdeps/aarch64/fpu/test-double-sve-wrappers.c | |
parent | 3db9d208dd5f30b12900989c6d2214782b8e2011 (diff) | |
download | glibc-cb5d84f1f8527116a724e729b98412567eed6404.tar.gz glibc-cb5d84f1f8527116a724e729b98412567eed6404.tar.xz glibc-cb5d84f1f8527116a724e729b98412567eed6404.zip |
aarch64/fpu: Add vector variants of erf
Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>
Diffstat (limited to 'sysdeps/aarch64/fpu/test-double-sve-wrappers.c')
-rw-r--r-- | sysdeps/aarch64/fpu/test-double-sve-wrappers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/aarch64/fpu/test-double-sve-wrappers.c b/sysdeps/aarch64/fpu/test-double-sve-wrappers.c index 2e29cbe739..8e3d64da42 100644 --- a/sysdeps/aarch64/fpu/test-double-sve-wrappers.c +++ b/sysdeps/aarch64/fpu/test-double-sve-wrappers.c @@ -47,6 +47,7 @@ SVE_VECTOR_WRAPPER (asin_sve, _ZGVsMxv_asin) SVE_VECTOR_WRAPPER (atan_sve, _ZGVsMxv_atan) SVE_VECTOR_WRAPPER_ff (atan2_sve, _ZGVsMxvv_atan2) SVE_VECTOR_WRAPPER (cos_sve, _ZGVsMxv_cos) +SVE_VECTOR_WRAPPER (erf_sve, _ZGVsMxv_erf) SVE_VECTOR_WRAPPER (exp_sve, _ZGVsMxv_exp) SVE_VECTOR_WRAPPER (exp10_sve, _ZGVsMxv_exp10) SVE_VECTOR_WRAPPER (exp2_sve, _ZGVsMxv_exp2) |