public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] regenerate ulps for x86_64 after cf7ffdd
@ 2023-02-14  8:50 Paul Zimmermann
  2023-02-14  9:47 ` Florian Weimer
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Zimmermann @ 2023-02-14  8:50 UTC (permalink / raw)
  To: libc-alpha; +Cc: Paul Zimmermann

---
 math/auto-libm-test-out-hypot     | 25 +++++++++++++++++++++++++
 sysdeps/x86_64/fpu/libm-test-ulps |  1 +
 2 files changed, 26 insertions(+)

diff --git a/math/auto-libm-test-out-hypot b/math/auto-libm-test-out-hypot
index 92ab48df84..105307d29a 100644
--- a/math/auto-libm-test-out-hypot
+++ b/math/auto-libm-test-out-hypot
@@ -14765,3 +14765,28 @@ hypot -0x1.fa7deap+0 0x1.a761bab383ac8p+0
 = hypot tonearest ibm128 -0x1.fa7deap+0 0x1.a761bab383ac8p+0 : 0x2.942416eb158a10019b3e022619p+0 : inexact-ok
 = hypot towardzero ibm128 -0x1.fa7deap+0 0x1.a761bab383ac8p+0 : 0x2.942416eb158a10019b3e022619p+0 : inexact-ok
 = hypot upward ibm128 -0x1.fa7deap+0 0x1.a761bab383ac8p+0 : 0x2.942416eb158a10019b3e02261ap+0 : inexact-ok
+hypot -0x1.003222p-20 -0x1.6a2d58p-32
+= hypot downward binary32 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222p-20 : inexact-ok
+= hypot tonearest binary32 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222p-20 : inexact-ok
+= hypot towardzero binary32 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222p-20 : inexact-ok
+= hypot upward binary32 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003224p-20 : inexact-ok
+= hypot downward binary64 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffffp-20 : inexact-ok
+= hypot tonearest binary64 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffffp-20 : inexact-ok
+= hypot towardzero binary64 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffffp-20 : inexact-ok
+= hypot upward binary64 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003223p-20 : inexact-ok
+= hypot downward intel96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff408p-20 : inexact-ok
+= hypot tonearest intel96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40ap-20 : inexact-ok
+= hypot towardzero intel96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff408p-20 : inexact-ok
+= hypot upward intel96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40ap-20 : inexact-ok
+= hypot downward m68k96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff408p-20 : inexact-ok
+= hypot tonearest m68k96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40ap-20 : inexact-ok
+= hypot towardzero m68k96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff408p-20 : inexact-ok
+= hypot upward m68k96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40ap-20 : inexact-ok
+= hypot downward binary128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfca5p-20 : inexact-ok
+= hypot tonearest binary128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfca5p-20 : inexact-ok
+= hypot towardzero binary128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfca5p-20 : inexact-ok
+= hypot upward binary128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfca6p-20 : inexact-ok
+= hypot downward ibm128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfc8p-20 : inexact-ok
+= hypot tonearest ibm128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfc8p-20 : inexact-ok
+= hypot towardzero ibm128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfc8p-20 : inexact-ok
+= hypot upward ibm128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfdp-20 : inexact-ok
diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-test-ulps
index 0ef27deea8..9e47fdfa87 100644
--- a/sysdeps/x86_64/fpu/libm-test-ulps
+++ b/sysdeps/x86_64/fpu/libm-test-ulps
@@ -1574,6 +1574,7 @@ ldouble: 6
 
 Function: "hypot":
 double: 1
+float: 1
 float128: 1
 ldouble: 1
 
-- 
2.39.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-14  9:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-14  8:50 [PATCH] regenerate ulps for x86_64 after cf7ffdd Paul Zimmermann
2023-02-14  9:47 ` Florian Weimer
2023-02-14  9:55   ` Paul Zimmermann
2023-02-14  9:58     ` Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).