[Bug math/32411] New: THREEp96 seems wrong
jason at redhat dot com
sourceware-bugzilla@sourceware.org
Tue Dec 3 16:21:41 GMT 2024
https://sourceware.org/bugzilla/show_bug.cgi?id=32411
Bug ID: 32411
Summary: THREEp96 seems wrong
Product: glibc
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: math
Assignee: unassigned at sourceware dot org
Reporter: jason at redhat dot com
Target Milestone: ---
In sysdeps/ieee754/ldbl-128/e_expl.c we see
/* 3x2^96 */
#define THREEp96 C[2]
L(59421121885698253195157962752.0),
but as noted at https://github.com/gcc-mirror/gcc/pull/106/ , that's the value
of 3x2^94, not ^96.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list