Skip to content

intel/mi: use 64bit constant for bitshift

Dylan Baker requested to merge dbaker/mesa:submit/intel-mi-32-bit-shift into main

Coverity complains that we could end up rolling over on a 32bit platform, which isn't really true because of the assertion, but there's also no harm in ensuring that we have exactly the same behavior for both 32 bit and 64 bit platforms.

CID: 1515989

Merge request reports