Browse Source

shader: Fix rebase issue

nce_cpp
ReinUsesLisp 5 years ago
committed by ameerj
parent
commit
f99fd4d0c9
  1. 1
      src/shader_recompiler/frontend/ir/opcodes.inc

1
src/shader_recompiler/frontend/ir/opcodes.inc

@ -197,7 +197,6 @@ OPCODE(FPTrunc16, F16, F16,
OPCODE(FPTrunc32, F32, F32, ) OPCODE(FPTrunc32, F32, F32, )
OPCODE(FPTrunc64, F64, F64, ) OPCODE(FPTrunc64, F64, F64, )
<<<<<<< HEAD
OPCODE(FPOrdEqual16, U1, F16, F16, ) OPCODE(FPOrdEqual16, U1, F16, F16, )
OPCODE(FPOrdEqual32, U1, F32, F32, ) OPCODE(FPOrdEqual32, U1, F32, F32, )
OPCODE(FPOrdEqual64, U1, F64, F64, ) OPCODE(FPOrdEqual64, U1, F64, F64, )

Loading…
Cancel
Save