about summary refs log tree commit diff
path: root/sysdeps/aarch64/fpu/Makefile
diff options
context:
space:
mode:
authorJoe Ramsay <Joe.Ramsay@arm.com>2024-02-20 16:59:45 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2024-04-04 10:33:24 +0100
commit87cb1dfcd6d1acbcd695279d7abd9163a0cc64fc (patch)
tree4730b4daebe2d00354d27a2e3852309660e60a45 /sysdeps/aarch64/fpu/Makefile
parent3d3a4fb8e4fe854a0bbb3df9c26ba482c10a7e22 (diff)
downloadglibc-87cb1dfcd6d1acbcd695279d7abd9163a0cc64fc.tar.gz
glibc-87cb1dfcd6d1acbcd695279d7abd9163a0cc64fc.tar.xz
glibc-87cb1dfcd6d1acbcd695279d7abd9163a0cc64fc.zip
aarch64/fpu: Add vector variants of erfc
Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>
Diffstat (limited to 'sysdeps/aarch64/fpu/Makefile')
-rw-r--r--sysdeps/aarch64/fpu/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysdeps/aarch64/fpu/Makefile b/sysdeps/aarch64/fpu/Makefile
index e5f418ae42..e8af35099d 100644
--- a/sysdeps/aarch64/fpu/Makefile
+++ b/sysdeps/aarch64/fpu/Makefile
@@ -8,6 +8,7 @@ libmvec-supported-funcs = acos \
                           cos \
                           cosh \
                           erf \
+                          erfc \
                           exp \
                           exp10 \
                           exp2 \
@@ -39,7 +40,9 @@ libmvec-support = $(addsuffix f_advsimd,$(float-advsimd-funcs)) \
                   erff_data \
                   sv_erf_data \
                   sv_erff_data \
-                  v_exp_tail_data
+                  v_exp_tail_data \
+                  erfc_data \
+                  erfcf_data
 endif
 
 sve-cflags = -march=armv8-a+sve