about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/Makeconfig
diff options
context:
space:
mode:
authorSunil K Pandey <skpgkp2@gmail.com>2021-12-30 10:11:23 -0800
committerSunil K Pandey <skpgkp2@gmail.com>2022-02-03 17:37:06 -0800
commit811124ce08306021a85834a0ddf60f122a050a59 (patch)
tree0aca5bb89b58944259e2d528849a282d51180f9a /sysdeps/x86_64/fpu/Makeconfig
parent80e6c6554bb3811d4b920e33cd7f4d4bdc85e855 (diff)
downloadglibc-811124ce08306021a85834a0ddf60f122a050a59.tar.gz
glibc-811124ce08306021a85834a0ddf60f122a050a59.tar.xz
glibc-811124ce08306021a85834a0ddf60f122a050a59.zip
x86-64: Add vector acos/acosf to libmvec microbenchmark
Add vector acos/acosf and input files to libmvec microbenchmark.

libmvec-acos-inputs:
  90% Normal random distribution
  range: (-1.0, 1.0)
  mean: 0.0
  sigma: 1.0
  10% uniform random distribution in range (-1.0, 1.0)

libmvec-acosf-inputs:
  90% Normal random distribution
  range: (-1.0f, 1.0f)
  mean: 0.0f
  sigma: 1.0f
  10% uniform random distribution in range (-1.0f, 1.0f)

Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
Diffstat (limited to 'sysdeps/x86_64/fpu/Makeconfig')
-rw-r--r--sysdeps/x86_64/fpu/Makeconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/fpu/Makeconfig b/sysdeps/x86_64/fpu/Makeconfig
index 9d7ae05c03..82916b9d92 100644
--- a/sysdeps/x86_64/fpu/Makeconfig
+++ b/sysdeps/x86_64/fpu/Makeconfig
@@ -52,6 +52,7 @@ libmvec-funcs = \
 
 # Define libmvec function for benchtests directory.
 libmvec-bench-funcs = \
+  acos \
   cos \
   exp \
   log \