Merge remote-tracking branch 'origin/feature/singlepass-nan-cncl' into feature/singlepass-nan-cncl

This commit is contained in:
losfair
2020-03-18 01:03:30 +08:00

View File

@ -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.