llvmpipe: lower_flrp16

fixes a bunch of spir-v 16-bit tests

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11816>
This commit is contained in:
Dave Airlie 2021-03-09 13:15:59 +10:00 committed by Marge Bot
parent 6decb1b896
commit 3e773501d9

View file

@ -568,6 +568,7 @@ static const struct nir_shader_compiler_options gallivm_nir_options = {
.lower_ffma16 = true,
.lower_ffma32 = true,
.lower_ffma64 = true,
.lower_flrp16 = true,
.lower_fmod = true,
.lower_hadd = true,
.lower_uadd_sat = true,