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:15:03 -0800
committerSunil K Pandey <skpgkp2@gmail.com>2022-02-06 12:24:32 -0800
commit7e05d94ea1206fa29970e3314d5beb3fb879c39f (patch)
treeb8781ceff30615d0ecbf4f5bcf6c754204dccb43 /sysdeps/x86_64/fpu/Makeconfig
parentfa7ad1df1915c8a62f50e3a5b7e10f9c7118cd7f (diff)
downloadglibc-7e05d94ea1206fa29970e3314d5beb3fb879c39f.tar.gz
glibc-7e05d94ea1206fa29970e3314d5beb3fb879c39f.tar.xz
glibc-7e05d94ea1206fa29970e3314d5beb3fb879c39f.zip
x86-64: Add vector atan/atanf to libmvec microbenchmark
Add vector atan/atanf and input files to libmvec microbenchmark.

libmvec-atan-inputs:
  arg1:
    90% Normal random distribution
    range: (-DBL_MAX, DBL_MAX)
    mean: 0.0
    sigma: 4.0
    10% uniform random distribution in range (-1.0e6, 1.0e6)
  arg2:
    90% Normal random distribution
    range: (-DBL_MAX, DBL_MAX)
    mean: 0.0
    sigma: 4.0
    10% uniform random distribution in range (-1.0e6, 1.0e6)

libmvec-atanf-inputs:
  arg1:
    90% Normal random distribution
    range: (-FLT_MAX, FLT_MAX)
    mean: 0.0f
    sigma: 4.0f
    10% uniform random distribution in range (-1.0e6f, 1.0e6f)
  arg2:
    90% Normal random distribution
    range: (-FLT_MAX, FLT_MAX)
    mean: 0.0f
    sigma: 4.0f
    10% uniform random distribution in range (-1.0e6f, 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/Makeconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/fpu/Makeconfig b/sysdeps/x86_64/fpu/Makeconfig
index 82916b9d92..eb67056d41 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 \
+  atan \
   cos \
   exp \
   log \