macro_rules! unsigned_fn {
($UnsignedT:ident, $HalfBitsT:ident, $stages:ident) => { ... };
}Expand description
Generates a u* function that returns the integer square root of any input of
a specific unsigned integer type.
macro_rules! unsigned_fn {
($UnsignedT:ident, $HalfBitsT:ident, $stages:ident) => { ... };
}Generates a u* function that returns the integer square root of any input of
a specific unsigned integer type.