The relevant intrinsics are documented [here](https://llvm.org/docs/LangRef.html#llvm-minnum-intrinsic). This was recently noticed as part of [this change to to the Rust floating-point min/max methods](https://github.com/rust-lang/rust/pull/46926).
The relevant intrinsics are documented here. This was recently noticed as part of this change to to the Rust floating-point min/max methods.