Stream: git-wasmtime

Topic: wasmtime / Issue #1906 [Cranelift] Add fmin / fmax varian...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 20 2020 at 13:23):

bjorn3 opened Issue #1906:

This is required to correctly implement {f32,f64}::{min,max} in cg_clif.

Cranelift docs for fmin and fmax:

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.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 29 2020 at 15:53):

bnjbvr labeled Issue #1906:

This is required to correctly implement {f32,f64}::{min,max} in cg_clif.

Cranelift docs for fmin and fmax:

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.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 29 2020 at 15:53):

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:

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