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

            Bug ID: 34126
           Summary: 128-bit software floating point division does not
                    update FP environment for hardware cores
           Product: compiler-rt
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: compiler-rt
          Assignee: unassignedb...@nondot.org
          Reporter: compn...@compnerd.org
                CC: llvm-bugs@lists.llvm.org

The 128-bit floating point division routines need to update the floating point
hardware state when performing operations (e.g. division by NaN).  This needs
to account for the various architectures in the target agnostic code path (e.g.
targeting Cortex M3 could not do this).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to