nir: add lower_ldexp to nir compiler options

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Timothy Arceri
2018-02-27 19:19:21 +11:00
parent 08fa84bb9a
commit a050ea60ee
6 changed files with 8 additions and 2 deletions
+1
View File
@@ -1893,6 +1893,7 @@ const nir_shader_compiler_options v3d_nir_options = {
.lower_fpow = true,
.lower_fsat = true,
.lower_fsqrt = true,
.lower_ldexp = true,
.native_integers = true,
};