Macro arch_round

macro_rules! arch_round {
    (Nearest) => { ... };
    (NegInf) => { ... };
    (PosInf) => { ... };
    (Zero) => { ... };
}
Available on target feature avx and crate feature dep_safe_arch only.
Expand description

safe_arch Turns a round operator token to the correct constant value.