Use Log2_64_Ceil to compute PowerOf2Ceil (#67580)
Instead of calling NextPowerOf2, which is only useful for constants, we should call Log2_64_Ceil, which is faster because it uses compiler intrinsics where supported.
Loading
Please sign in to comment