[llvm-bugs] [Bug 45329] segfault with frounding-math

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Oct 6 12:57:20 PDT 2020


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

Kevin P. Neal <Kevin.Neal at sas.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #8 from Kevin P. Neal <Kevin.Neal at sas.com> ---
I have a patch against 10.0.1 here:
https://reviews.llvm.org/F13185315

This patch disables use of constrained floating point on hosts that don't
support it. A warning will be printed in this case.

This code will be in 11 when it ships as well.

-- 
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/20201006/de541b42/attachment.html>


More information about the llvm-bugs mailing list