Skip to content

ir3: set rounding mode for all floating point conversions

Job Noorman requested to merge jnoorman/mesa:ir3-cov-float-control into main

The rounding mode was only set for a subset of floating point conversions. This patch sets it for all of them.

Fixes all the dEQP-VK.*.float_controls.* CTS tests.

Merge request reports