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
Floating point environment access is currently not supported by LLVM (see e.g. https://lists.llvm.org/pipermail/llvm-dev/2018-May/123529.html) so it won't be possible to provide fenv access in any code that is compiled by LLVM. (This affects the musl C code too if it's compiled by Clang.)
See #106 (comment)
src/math/fenv.rs currently contains a dummy implementation of
feraiseexcept
,fegetround
and friends. It should be properly implemented.The text was updated successfully, but these errors were encountered: