Macro safe_arch::round_op [−][src]
macro_rules! round_op {
(Nearest) => { ... };
(NegInf) => { ... };
(PosInf) => { ... };
(Zero) => { ... };
}
Expand description
Turns a round operator token to the correct constant value.