Re: [Mesa-dev] [PATCH v4 14/40] intel/compiler: add new half-float register type for 3-src instructions

2019-02-16 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Tue, Feb 12, 2019 at 5:57 AM Iago Toral Quiroga wrote: > This is available since gen8. > > v2: restore previously existing assertion. > > v3: don't use separate tables for gen7 and gen8, just assert that we > don't use half-float before gen8 (Matt) > >

[Mesa-dev] [PATCH v4 14/40] intel/compiler: add new half-float register type for 3-src instructions

2019-02-12 Thread Iago Toral Quiroga
This is available since gen8. v2: restore previously existing assertion. v3: don't use separate tables for gen7 and gen8, just assert that we don't use half-float before gen8 (Matt) Reviewed-by: Topi Pohjolainen (v1) --- src/intel/compiler/brw_reg_type.c | 4 1 file changed, 4