diff options
author | Timothy Arceri <[email protected]> | 2018-02-27 19:19:21 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2018-02-28 09:23:49 +1100 |
commit | a050ea60eef9c457a3d5185aa551631df0c35bec (patch) | |
tree | d9be44885ef144928971cb52e7643d5987777e62 /src/intel/compiler/brw_compiler.c | |
parent | 08fa84bb9adf81aa13422501fef8f077b51ef682 (diff) |
nir: add lower_ldexp to nir compiler options
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/intel/compiler/brw_compiler.c')
-rw-r--r-- | src/intel/compiler/brw_compiler.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/compiler/brw_compiler.c b/src/intel/compiler/brw_compiler.c index e515559acb6..bb9df5e7013 100644 --- a/src/intel/compiler/brw_compiler.c +++ b/src/intel/compiler/brw_compiler.c @@ -41,6 +41,7 @@ .lower_usub_borrow = true, \ .lower_fdiv = true, \ .lower_flrp64 = true, \ + .lower_ldexp = true, \ .native_integers = true, \ .use_interpolated_input_intrinsics = true, \ .vertex_id_zero_based = true |