Macro safe_arch::round_op

source ยท
macro_rules! round_op {
    (Nearest) => { ... };
    (NegInf) => { ... };
    (PosInf) => { ... };
    (Zero) => { ... };
}
Available with target feature avx only.
Expand description

Turns a round operator token to the correct constant value.