Commits

Dave Abrahams committed 635780fc13d
[stdlib/prototype] multiprecision +/-: add rhs word shift When accumulating intermediate results of multiprecision multiplications, we'll be treating each word as a "digit" and will need to shift accordingly. This change effectively multiplies the rhs by rhsWordShift * 2^Word.bitWidth.