vc4: Tell NIR to lower fdiv instructions

This should allow us to use them in nir_lower_tex

Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Jason Ekstrand 2018-07-13 10:12:02 -07:00 committed by Eric Anholt
parent 53aca66874
commit b52d79514c
1 changed files with 1 additions and 0 deletions

View File

@ -2214,6 +2214,7 @@ static const nir_shader_compiler_options nir_options = {
.lower_all_io_to_temps = true,
.lower_extract_byte = true,
.lower_extract_word = true,
.lower_fdiv = true,
.lower_ffma = true,
.lower_flrp32 = true,
.lower_fpow = true,