public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] x86_64: Document libmvec vector functions accuracy [BZ #28766]
@ 2022-01-18 17:33 Sunil K Pandey
  2022-01-19 10:46 ` Paul Zimmermann
  0 siblings, 1 reply; 4+ messages in thread
From: Sunil K Pandey @ 2022-01-18 17:33 UTC (permalink / raw)
  To: libc-alpha; +Cc: hjl.tools, andrey.kolesov, marius.cornea

Document maximum 4 ulps accuracy for x86_64 libmvec functions.
This fixes BZ #28766.
---
 manual/math.texi | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/manual/math.texi b/manual/math.texi
index e00871c303..53b196bb6d 100644
--- a/manual/math.texi
+++ b/manual/math.texi
@@ -1395,8 +1395,9 @@ The table lists the ULP values for different architectures.  Different
 architectures have different results since their hardware support for
 floating-point operations varies and also the existing hardware support
 is different.  Only the round-to-nearest rounding mode is covered by
-this table, and vector versions of functions are not covered.
-Functions not listed do not have known errors.
+this table.  Functions not listed do not have known errors.  Vector
+versions of functions in x86_64 libmvec library have the maximum error
+of 4ulps.
 
 @page
 @c This multitable does not fit on a single page
-- 
2.34.1


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

end of thread, other threads:[~2022-01-19 15:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-18 17:33 [PATCH] x86_64: Document libmvec vector functions accuracy [BZ #28766] Sunil K Pandey
2022-01-19 10:46 ` Paul Zimmermann
2022-01-19 15:43   ` [PATCH v2] " Sunil K Pandey
2022-01-19 15:50     ` Paul Zimmermann

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).