[Mesa-dev] [PATCH v4 32/40] intel/compiler: skip MAD algebraic optimization for half-float or mixed mode

2019-02-12 Thread Iago Toral Quiroga
It is very likely that this optimzation is never useful and we'll probably just end up removing it, so let's not bother adding more cases to it for now. --- src/intel/compiler/brw_fs.cpp | 4 1 file changed, 4 insertions(+) diff --git a/src/intel/compiler/brw_fs.cpp b/src/intel/compiler/brw_

Re: [Mesa-dev] [PATCH v4 32/40] intel/compiler: skip MAD algebraic optimization for half-float or mixed mode

2019-02-16 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Tue, Feb 12, 2019 at 5:56 AM Iago Toral Quiroga wrote: > It is very likely that this optimzation is never useful and we'll probably > just end up removing it, so let's not bother adding more cases to it for > now. > --- > src/intel/compiler/brw_fs.cpp | 4 >