Re: [Mesa-dev] [PATCH 16/59] intel/compiler: implement 16-bit fsign

2018-12-10 Thread Iago Toral
Yeah, maybe. I'll do that. On Fri, 2018-12-07 at 11:31 -0600, Jason Ekstrand wrote: > I think it's probably less code to just make a separate 16-bit case. > > On Tue, Dec 4, 2018 at 1:18 AM Iago Toral Quiroga > wrote: > > --- > > > > src/intel/compiler/brw_fs_nir.cpp | 27 +-

Re: [Mesa-dev] [PATCH 16/59] intel/compiler: implement 16-bit fsign

2018-12-07 Thread Jason Ekstrand
I think it's probably less code to just make a separate 16-bit case. On Tue, Dec 4, 2018 at 1:18 AM Iago Toral Quiroga wrote: > --- > src/intel/compiler/brw_fs_nir.cpp | 27 +-- > 1 file changed, 21 insertions(+), 6 deletions(-) > > diff --git a/src/intel/compiler/brw_fs

Re: [Mesa-dev] [PATCH 16/59] intel/compiler: implement 16-bit fsign

2018-12-04 Thread Pohjolainen, Topi
On Tue, Dec 04, 2018 at 08:16:40AM +0100, Iago Toral Quiroga wrote: > --- > src/intel/compiler/brw_fs_nir.cpp | 27 +-- > 1 file changed, 21 insertions(+), 6 deletions(-) Reviewed-by: Topi Pohjolainen > > diff --git a/src/intel/compiler/brw_fs_nir.cpp > b/src/intel/com

[Mesa-dev] [PATCH 16/59] intel/compiler: implement 16-bit fsign

2018-12-03 Thread Iago Toral Quiroga
--- src/intel/compiler/brw_fs_nir.cpp | 27 +-- 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/src/intel/compiler/brw_fs_nir.cpp b/src/intel/compiler/brw_fs_nir.cpp index 3eba8a478f5..559b55a0f84 100644 --- a/src/intel/compiler/brw_fs_nir.cpp +++ b/src/inte