fast_math_expand

Function fast_math_expand 

Source
pub fn fast_math_expand<R>(
    scope: &mut Scope,
    value: EnumSet<FastMath>,
    body: impl FnOnce(&mut Scope) -> R,
) -> R