Skip to content

zink: use bitcasts instead of pack/unpack double opcodes

Georg Lehmann requested to merge DadSchoorse/mesa:zink-no-pack-double into main

The pack/unpack double opcodes may flush denorms, and the nir ops are pure bitcasts.

Cc: mesa-stable

Edited by Georg Lehmann

Merge request reports