You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize IntMath.mod and LongMath.mod (using bitwise AND when modulus is a positive power of two) and DoubleMath.isPowerOfTwo (using raw IEEE 754 bit check).#8438