[llvm-bugs] [Bug 26582] New: LDBL_MIN_EXP wrong for ppc64
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Feb 11 12:43:22 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26582
Bug ID: 26582
Summary: LDBL_MIN_EXP wrong for ppc64
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: richard-llvm at metafoo.co.uk
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
On ppc64, clang reports that:
__DBL_MIN_EXP__ is -1021
__LDBL_MIN_EXP__ is -968
That seems implausible; I would expect these both to be -1021. (I think any
normalized double value is also representable as a normalized double double
value; is that not true?)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160211/c2851ca5/attachment.html>
More information about the llvm-bugs
mailing list