http://llvm.org/bugs/show_bug.cgi?id=5195

           Summary: Add 16-bit (half precision) APFloat support
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: new-feature
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=3659)
 --> (http://llvm.org/bugs/attachment.cgi?id=3659)
Patch to add basic support.

APFloat does not currently have support for IEEE 754-2008 "half precision", aka
binary16 (see wikipedia for details).  This is relatively trivial to add basic
support for (e.g. semantics and conversions to/from APInt); see attached patch.


-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to