X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/ce541a0ec0b78847792b0a81b829bc76f9c5efcb..c29970a7717261e63ffaabb3c67381f13c5dbca5:/mpx.h diff --git a/mpx.h b/mpx.h index f79cffd..15253ed 100644 --- a/mpx.h +++ b/mpx.h @@ -89,7 +89,7 @@ else { \ unsigned long _b = MPW_BITS * (_vl - _v - 1) + 1; \ mpw _w = _vl[-1]; \ - unsigned _k = MPW_BITS / 2; \ + unsigned _k = MPW_P2; \ while (_k) { \ if (_w >> _k) { \ _w >>= _k; \