rust/compiler/rustc_const_eval
Stuart Cook df6f24cc51
Rollup merge of #149239 - RalfJung:float-intrinsics, r=tgross35
clarify float min/max behavios for NaNs and signed zeros

The first comment is internal, it only documents the intrinsics to more clearly say what they do.
This makes the currently implemented semantics more explicit, so one does not have to go look for the publicly exposed version of the operation to figure out what exactly should happen.

The second commit adds a NaN test to the doc comment for `min`/`max`, which matches what we already have for `minimum`/`maximum`.
2025-11-27 12:36:52 +11:00
..
src Rollup merge of #149239 - RalfJung:float-intrinsics, r=tgross35 2025-11-27 12:36:52 +11:00
Cargo.toml Revert introduction of [workspace.dependencies]. 2025-09-02 19:12:54 +10:00
messages.ftl fix panic with extra-const-ub-checks 2025-10-07 19:16:58 +02:00