Skip to content

spirv: Use fp16 fp_fast_math settings when lowering fp16 asin and acos

Ian Romanick requested to merge idr/mesa:review/fp16-asin-fp_fast_math into main

While working on a related optimization, I noticed a few float_controls2 CTS tests failing. All of the failing tests were fp16 asin and acos.

Merge request reports