diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-08-23 09:11:41 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-08-23 09:11:55 -0700 |
commit | fcaaca412fecb6097c902acd1260f585819b8b7e (patch) | |
tree | 6364659a5b9f9de75420b32f37616fb51df60345 | |
parent | 376b40a27a6783ea7f73ae577be320df66aeb36d (diff) | |
download | glibc-fcaaca412fecb6097c902acd1260f585819b8b7e.tar.gz glibc-fcaaca412fecb6097c902acd1260f585819b8b7e.tar.xz glibc-fcaaca412fecb6097c902acd1260f585819b8b7e.zip |
x86-64: Regenerate libm-test-ulps for AVX512 mathvec tests
Update libm-test-ulps for AVX512 mathvec tests by running “make regen-ulps” on Intel Xeon processor with AVX512. * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/x86_64/fpu/libm-test-ulps | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index e9d5383b1c..f506fd289c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2017-08-23 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated. + +2017-08-23 H.J. Lu <hongjiu.lu@intel.com> + [BZ #21982] * string/stratcliff.c (do_test): Declare size, nchars, inner, middle and outer with size_t instead of int. Repleace %d and diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-test-ulps index c347642044..59ec92056e 100644 --- a/sysdeps/x86_64/fpu/libm-test-ulps +++ b/sysdeps/x86_64/fpu/libm-test-ulps @@ -1305,7 +1305,7 @@ Function: "cos_vlen4_avx2": double: 2 Function: "cos_vlen8": -double: 1 +double: 2 float: 1 Function: "cos_vlen8_avx2": @@ -2645,7 +2645,7 @@ Function: "sincos_vlen4_avx2": double: 2 Function: "sincos_vlen8": -double: 1 +double: 2 float: 1 Function: "sincos_vlen8_avx2": |