Macro safe_arch::round_op

source ·
macro_rules! round_op {
    (Nearest) => { ... };
    (NegInf) => { ... };
    (PosInf) => { ... };
    (Zero) => { ... };
}
Expand description

Turns a round operator token to the correct constant value.