Again, please squash with the previous patch. Splitting stuff this granular just makes review harder.
On Tue, Jan 15, 2019 at 7:54 AM Iago Toral Quiroga <[email protected]> wrote: > Reviewed-by: Jason Ekstrand <[email protected]> > --- > src/intel/compiler/brw_compiler.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/intel/compiler/brw_compiler.c > b/src/intel/compiler/brw_compiler.c > index f885e79c3e6..04a1a7cac4e 100644 > --- a/src/intel/compiler/brw_compiler.c > +++ b/src/intel/compiler/brw_compiler.c > @@ -33,6 +33,7 @@ > .lower_sub = true, > \ > .lower_fdiv = true, > \ > .lower_scmp = true, > \ > + .lower_flrp16 = true, > \ > .lower_fmod16 = true, > \ > .lower_fmod32 = true, > \ > .lower_fmod64 = false, > \ > -- > 2.17.1 > > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev >
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
