From b39e9db5e305365db0c347fd308b7c0d86e3507b Mon Sep 17 00:00:00 2001 From: Joe Ramsay Date: Thu, 5 Oct 2023 17:10:49 +0100 Subject: aarch64: Add vector implementations of exp2 routines Some routines reuse table from v_exp_data.c --- sysdeps/aarch64/fpu/Versions | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysdeps/aarch64/fpu/Versions') diff --git a/sysdeps/aarch64/fpu/Versions b/sysdeps/aarch64/fpu/Versions index f0ca0940a9..05de4325d5 100644 --- a/sysdeps/aarch64/fpu/Versions +++ b/sysdeps/aarch64/fpu/Versions @@ -18,6 +18,10 @@ libmvec { _ZGVsMxv_sinf; } GLIBC_2.39 { + _ZGVnN4v_exp2f; + _ZGVnN2v_exp2; + _ZGVsMxv_exp2f; + _ZGVsMxv_exp2; _ZGVnN4v_tanf; _ZGVnN2v_tan; _ZGVsMxv_tanf; -- cgit 1.4.1