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:50:35 -0800
committerSunil K Pandey <skpgkp2@gmail.com>2022-02-06 12:36:14 -0800
commit16aec3015405b673b956a354299608b8d5973ef6 (patch)
tree3d363786f4d41a69910106bf2591b1a3098e3186 /sysdeps/x86_64/fpu/Makeconfig
parentfec48238b287b6cb61c11ee3f3631a1745cae305 (diff)
downloadglibc-16aec3015405b673b956a354299608b8d5973ef6.tar.gz
glibc-16aec3015405b673b956a354299608b8d5973ef6.tar.xz
glibc-16aec3015405b673b956a354299608b8d5973ef6.zip
x86-64: Add vector atan2/atan2f to libmvec microbenchmark
Add vector atan2/atan2f and input files to libmvec microbenchmark.

libmvec-atan2-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-atan2f-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 221970452a..c720f31cd2 100644
--- a/sysdeps/x86_64/fpu/Makeconfig
+++ b/sysdeps/x86_64/fpu/Makeconfig
@@ -55,6 +55,7 @@ libmvec-bench-funcs = \
   acos \
   asin \
   atan \
+  atan2 \
   cbrt \
   cos \
   cosh \