[llvm-bugs] [Bug 26582] LDBL_MIN_EXP wrong for ppc64

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Feb 11 14:16:35 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=26582

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
It looks like we consider double double to have 106 bits of mantissa, so this
appears to be the correct result. (It's odd that we pick 106 rather than the
107 bits we get by using the implicit 1 bit in the smaller double, but we are
at least consistent.)

-- 
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/7d744379/attachment.html>


More information about the llvm-bugs mailing list