[LLVMbugs] [Bug 2555] New: APFloat does not support IEEEquad
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Jul 17 04:08:32 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2555
Summary: APFloat does not support IEEEquad
Product: libraries
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Support Libraries
AssignedTo: unassignedbugs at nondot.org
ReportedBy: rich at pennware.com
CC: llvmbugs at cs.uiuc.edu
IEEE 128 bit values are not supported by APFloat. Also, looking at the code, it
is not clear to me how values with multiple significand words work. It seems
that the code here and in APInt is host endian sensitive. For example,
APInt(80, 2, words) copies the words array into the big int. This seems wrong.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list