[llvm-bugs] [Bug 34126] New: 128-bit software floating point division does not update FP environment for hardware cores
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Aug 8 14:05:43 PDT 2017
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: unassignedbugs at nondot.org
Reporter: compnerd at compnerd.org
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170808/8028751c/attachment.html>
More information about the llvm-bugs
mailing list