Krystal Mo 415eda1274 8003585: strength reduce or eliminate range checks for power-of-two sized arrays
Change ((x & m) u<= m) to always true and ((x & (m - 1)) u< m) into (m > 0)

Reviewed-by: kvn, roland
2016-01-19 14:52:33 +01:00
..
2015-11-05 19:31:57 +01:00
2015-11-03 09:41:03 +01:00
2015-05-08 11:49:20 -07:00
2015-05-08 11:49:20 -07:00
2015-05-08 11:49:20 -07:00
2014-01-28 12:25:34 -08:00
2015-05-08 11:49:20 -07:00
2016-01-14 16:26:38 -05:00
2015-11-13 13:31:48 +01:00