From 157bdb5f89959d1070916186d406926c72b6b746 Mon Sep 17 00:00:00 2001 From: Sunil K Pandey Date: Thu, 30 Dec 2021 11:12:23 -0800 Subject: 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 --- sysdeps/x86_64/fpu/Makeconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/x86_64/fpu/Makeconfig') 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 \ -- cgit 1.4.1