numeric.int.divider.unsigned.unrolled ≡
template <typename NumeratorType, typename DenominatorType> inline NumeratorType[2] divide(NumeratorType numerator, DenominatorType denominator) ยง
Fully unrolled divider for unsigned integers. This type of divider will consume the most area, but has the lowest latency.