Re: [Mesa-dev] [PATCH 1/4] nir: rename f2f16_undef to f2f16

2018-04-28 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Sat, Apr 28, 2018 at 4:14 AM, Karol Herbst wrote: > we need rounding modes on other conversions involving floats and it is > easier > to rename f2f16_undef than renaming all the other ones. > > Signed-off-by: Karol Herbst > --- > src/compiler/nir/nir_opcodes.py

[Mesa-dev] [PATCH 1/4] nir: rename f2f16_undef to f2f16

2018-04-28 Thread Karol Herbst
we need rounding modes on other conversions involving floats and it is easier to rename f2f16_undef than renaming all the other ones. Signed-off-by: Karol Herbst --- src/compiler/nir/nir_opcodes.py | 4 ++-- src/compiler/nir/nir_opcodes_c.py | 8 src/intel/compiler/brw_fs_nir.cpp | 2