macro_rules! ROUND {
($x: expr; $n: expr) => { ... };
}Expand description
Round-up to the specified fractor.
REQUIREMENT: $n is the power of 2, such 4, 8, 16, etc.
macro_rules! ROUND {
($x: expr; $n: expr) => { ... };
}Round-up to the specified fractor.
REQUIREMENT: $n is the power of 2, such 4, 8, 16, etc.