bjorn3 opened Issue #1906:
This is required to correctly implement
{f32,f64}::{min,max}
in cg_clif.Cranelift docs for
fmin
andfmax
:If either operand is NaN, this returns a NaN.
libstd docs for
{f32,f64}::{min,max}
:If one of the arguments is NaN, then the other argument is returned.
bnjbvr labeled Issue #1906:
This is required to correctly implement
{f32,f64}::{min,max}
in cg_clif.Cranelift docs for
fmin
andfmax
:If either operand is NaN, this returns a NaN.
libstd docs for
{f32,f64}::{min,max}
:If one of the arguments is NaN, then the other argument is returned.
github-actions[bot] commented on Issue #1906:
Subscribe to Label Action
cc @bnjbvr
<details>
This issue or pull request has been labeled: "cranelift"Thus the following users have been cc'd because of the following labels:
- bnjbvr: cranelift
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
Last updated: Nov 22 2024 at 16:03 UTC