K 10 svn:author V 6 marcel K 8 svn:date V 27 2015-07-26T16:39:37.825416Z K 7 svn:log V 218 o make sure the boundary is a power of 2, when not zero. o don't convert 0 to ~0 just so that we can use MIN. ~0 is not a valid boundary. Introduce BNDRY_MIN that deals with 0 values that mean no boundary. END