You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I verified that the issue can be fixed by adding the strictfp attribute to all relevant functions. My llvm library's attribute support is still stuck in 2015, but once this is resolved I'll be able to add it.
The following code should be fine according to Dylan semantics, but causes an
arithmetic-domain-error
:Presumably this happens due to floating point traps being enabled via
feenableexcept
, but LLVM assumes they are not.The text was updated successfully, but these errors were encountered: