mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-16 18:31:23 +00:00
Merge remote-tracking branch 'origin/feature/singlepass-nan-cncl' into feature/singlepass-nan-cncl
This commit is contained in:
@ -238,7 +238,7 @@ pub struct X64FunctionCode {
|
|||||||
/// Metadata about a floating-point value.
|
/// Metadata about a floating-point value.
|
||||||
#[derive(Copy, Clone, Debug)]
|
#[derive(Copy, Clone, Debug)]
|
||||||
struct FloatValue {
|
struct FloatValue {
|
||||||
/// Do we need to canonicalize the value before its bit pattern is observable? If so, how?
|
/// Do we need to canonicalize the value before its bit pattern is next observed? If so, how?
|
||||||
canonicalization: Option<CanonicalizeType>,
|
canonicalization: Option<CanonicalizeType>,
|
||||||
|
|
||||||
/// Corresponding depth in the main value stack.
|
/// Corresponding depth in the main value stack.
|
||||||
|
Reference in New Issue
Block a user