Skip to content

clover: test for nir fp64 lowering options for cl_khr_fp64

Gert Wollny requested to merge gerddie/mesa:clover-fix-fp64-check into main

With NIR we have softfp64, but we don't really want this for CL, so check whether fp64 is lowered to a software implementation.

Closes: #7750 (closed)

Considering that clover will probably be removed soon this might be of not much interest but it should fix the issues until this happens.

Merge request reports