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