Skip to content

nak: implement SHL, SHR, and IMUL on SM50

Benjamin Lee requested to merge benjaminl/mesa:nak/sm50-shl-shr-imul into nak/sm50

The SM75 behavior for SHF and IMAD64 cannot be implemented on SM50, so instead I added three SM50-specific instructions to replace the cases where they are currently used.

Merge request reports