Skip to main content

FloatBinArithOpWithFastMathFlags

Trait FloatBinArithOpWithFastMathFlags 

Source
pub trait FloatBinArithOpWithFastMathFlags:
    Op
    + FloatBinArithOp
    + FastMathFlags {
    // Provided method
    fn new_with_fast_math_flags(
        ctx: &mut Context,
        lhs: Value,
        rhs: Value,
        flag: FastmathFlagsAttr,
    ) -> Self
       where Self: Sized { ... }
}
Expand description

Floating point binary arithmetic [Op] with FastmathFlagsAttr

Provided Methods§

Source

fn new_with_fast_math_flags( ctx: &mut Context, lhs: Value, rhs: Value, flag: FastmathFlagsAttr, ) -> Self
where Self: Sized,

Create a new floating point binary op with fast math flags set.

Trait Implementations§

Source§

impl OpInterfaceMarker for dyn FloatBinArithOpWithFastMathFlags

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§