Struct llvm_ir::instruction::FastMathFlags [−][src]
pub struct FastMathFlags {
pub allow_reassoc: bool,
pub no_NaNs: bool,
pub no_Infs: bool,
pub no_signed_zeros: bool,
pub allow_reciprocal: bool,
pub allow_contract: bool,
pub approx_func: bool,
}
Expand description
Fields
allow_reassoc: bool
no_NaNs: bool
no_Infs: bool
no_signed_zeros: bool
allow_reciprocal: bool
allow_contract: bool
approx_func: bool
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FastMathFlags
impl Send for FastMathFlags
impl Sync for FastMathFlags
impl Unpin for FastMathFlags
impl UnwindSafe for FastMathFlags
Blanket Implementations
Mutably borrows from an owned value. Read more