Skip to main content

FastMathFlags

Trait FastMathFlags 

Source
pub trait FastMathFlags: Op {
    // Provided methods
    fn fast_math_flags(&self, ctx: &Context) -> FastmathFlagsAttr
       where Self: Sized { ... }
    fn set_fast_math_flags(&self, ctx: &Context, flag: FastmathFlagsAttr)
       where Self: Sized { ... }
}

Provided Methods§

Source

fn fast_math_flags(&self, ctx: &Context) -> FastmathFlagsAttr
where Self: Sized,

Get the fast math flags on this Op.

Source

fn set_fast_math_flags(&self, ctx: &Context, flag: FastmathFlagsAttr)
where Self: Sized,

Set the fast math flags for this Op.

Trait Implementations§

Implementors§