rust
rust copied to clipboard
optional sanitization, strong zero, and fast math flags
https://github.com/EnzymeAD/Enzyme.jl/pull/846
@bytesnake Rust doesn't allow setting fast math yet due to UB concerns. I'd be happy to expose it for testing purpose though?
I have no objections, the current version stays at nightly anyways. But at one point we should just fork rustc and publish it as Rust for Numerics ;)