diff options
author | Joe Ramsay <Joe.Ramsay@arm.com> | 2023-10-05 17:10:49 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2023-10-23 15:00:45 +0100 |
commit | b39e9db5e305365db0c347fd308b7c0d86e3507b (patch) | |
tree | e7fccd5c92b1769601497ce2b83f97405dee54f4 /sysdeps/aarch64/fpu/Makefile | |
parent | f554334c05a95c6b4df532ddc88cd3e72dc7d04c (diff) | |
download | glibc-b39e9db5e305365db0c347fd308b7c0d86e3507b.tar.gz glibc-b39e9db5e305365db0c347fd308b7c0d86e3507b.tar.xz glibc-b39e9db5e305365db0c347fd308b7c0d86e3507b.zip |
aarch64: Add vector implementations of exp2 routines
Some routines reuse table from v_exp_data.c
Diffstat (limited to 'sysdeps/aarch64/fpu/Makefile')
-rw-r--r-- | sysdeps/aarch64/fpu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/aarch64/fpu/Makefile b/sysdeps/aarch64/fpu/Makefile index a1bbc9bcaa..9c7c768301 100644 --- a/sysdeps/aarch64/fpu/Makefile +++ b/sysdeps/aarch64/fpu/Makefile @@ -1,5 +1,6 @@ libmvec-supported-funcs = cos \ exp \ + exp2 \ log \ sin \ tan |