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

            Bug ID: 19383
           Summary: Denormalized results for divsf3 and divdf3
           Product: compiler-rt
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: compiler-rt
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 12358
  --> http://llvm.org/bugs/attachment.cgi?id=12358&action=edit
Proposed patch for denormalized division results.

divsf and divdf currently flush denormalized results to zero. The attached
patch changes this. It works for the few test cases I have at hand (notably,
the paranoia floating-point test). The code is adapted from the corresponding
code in the multiplication routines, so it should not be too far off, but,
admittedly, I might have overlooked some corner case.

-- 
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