diff options
author | Sunil K Pandey <skpgkp2@gmail.com> | 2021-12-30 11:12:23 -0800 |
---|---|---|
committer | Sunil K Pandey <skpgkp2@gmail.com> | 2022-02-06 12:36:46 -0800 |
commit | 157bdb5f89959d1070916186d406926c72b6b746 (patch) | |
tree | 9b2ad4a0cb64b96e80d1591c318e08d370052260 /sysdeps/x86_64/fpu/Makeconfig | |
parent | 0050c9a45d5ff8361528509e2c09037fe796bb04 (diff) | |
download | glibc-157bdb5f89959d1070916186d406926c72b6b746.tar.gz glibc-157bdb5f89959d1070916186d406926c72b6b746.tar.xz glibc-157bdb5f89959d1070916186d406926c72b6b746.zip |
x86-64: Add vector acosh/acoshf to libmvec microbenchmark
Add vector acosh/acoshf and input files to libmvec microbenchmark. libmvec-acosh-inputs: 90% Normal random distribution range: (1.0, DBL_MAX) mean: 1.0 sigma: 8.0 10% uniform random distribution in range (1.0, 1.0e6) libmvec-acoshf-inputs: 90% Normal random distribution range: (1.0f, FLT_MAX) mean: 1.0f sigma: 4.0f 10% uniform random distribution in range (1.0f, 1.0e6f) Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
Diffstat (limited to 'sysdeps/x86_64/fpu/Makeconfig')
-rw-r--r-- | sysdeps/x86_64/fpu/Makeconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/fpu/Makeconfig b/sysdeps/x86_64/fpu/Makeconfig index fcb24191ed..168d00997b 100644 --- a/sysdeps/x86_64/fpu/Makeconfig +++ b/sysdeps/x86_64/fpu/Makeconfig @@ -53,6 +53,7 @@ libmvec-funcs = \ # Define libmvec function for benchtests directory. libmvec-bench-funcs = \ acos \ + acosh \ asin \ atan \ atan2 \ |