Skip to content

20.3 backport of "aco: implement 64-bit VGPR {u,i}find_msb"

Rhys Perry requested to merge pendingchaos/mesa:aco_203_v2_find_msb into staging/20.3

Just replaced instr.vop3().clamp with static_cast<VOP3A_instruction>(instr.get())->clamp

Merge request reports