[Mesa-dev] [RFC 1/5] nir: Rename nir_op_fne to nir_op_fneu

2018-11-22 Thread Jason Ekstrand
This way, it's explicit in the opcode name that it's an unordered comparison. --- src/amd/common/ac_nir_to_llvm.c | 2 +- src/compiler/glsl/glsl_to_nir.cpp | 4 +- src/compiler/nir/nir.h| 2 +- src/compiler/nir/nir_builder.h| 2

Re: [Mesa-dev] [RFC 1/5] nir: Rename nir_op_fne to nir_op_fneu

2018-11-26 Thread Eric Anholt
Jason Ekstrand writes: > This way, it's explicit in the opcode name that it's an unordered > comparison. > --- > src/amd/common/ac_nir_to_llvm.c | 2 +- > src/compiler/glsl/glsl_to_nir.cpp | 4 +- > src/compiler/nir/nir.h| 2 +- > src/compiler

Re: [Mesa-dev] [RFC 1/5] nir: Rename nir_op_fne to nir_op_fneu

2018-11-27 Thread Ian Romanick
On 11/26/2018 01:05 PM, Eric Anholt wrote: > Jason Ekstrand writes: > >> This way, it's explicit in the opcode name that it's an unordered >> comparison. >> --- >> src/amd/common/ac_nir_to_llvm.c | 2 +- >> src/compiler/glsl/glsl_to_nir.cpp | 4 +- >> src/compiler/nir