mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-19 03:41:22 +00:00
Update comment for nan_canonicalization
.
This commit is contained in:
@ -132,8 +132,8 @@ pub struct CompilerConfig {
|
|||||||
/// When enabled there can be a small amount of runtime performance overhead.
|
/// When enabled there can be a small amount of runtime performance overhead.
|
||||||
pub full_preemption: bool,
|
pub full_preemption: bool,
|
||||||
|
|
||||||
/// Whether to enable spec-compliant NaN canonicalization at all places.
|
/// Always choose a unique bit representation for NaN.
|
||||||
/// Enabling this increases runtime overhead.
|
/// Enabling this makes execution deterministic but increases runtime overhead.
|
||||||
pub nan_canonicalization: bool,
|
pub nan_canonicalization: bool,
|
||||||
|
|
||||||
pub features: Features,
|
pub features: Features,
|
||||||
|
Reference in New Issue
Block a user