diff options
Diffstat (limited to '')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/opcodes.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/ir/opcodes.inc b/src/shader_recompiler/frontend/ir/opcodes.inc index 476281789..9052a4903 100644 --- a/src/shader_recompiler/frontend/ir/opcodes.inc +++ b/src/shader_recompiler/frontend/ir/opcodes.inc | |||
| @@ -197,7 +197,6 @@ OPCODE(FPTrunc16, F16, F16, | |||
| 197 | OPCODE(FPTrunc32, F32, F32, ) | 197 | OPCODE(FPTrunc32, F32, F32, ) |
| 198 | OPCODE(FPTrunc64, F64, F64, ) | 198 | OPCODE(FPTrunc64, F64, F64, ) |
| 199 | 199 | ||
| 200 | <<<<<<< HEAD | ||
| 201 | OPCODE(FPOrdEqual16, U1, F16, F16, ) | 200 | OPCODE(FPOrdEqual16, U1, F16, F16, ) |
| 202 | OPCODE(FPOrdEqual32, U1, F32, F32, ) | 201 | OPCODE(FPOrdEqual32, U1, F32, F32, ) |
| 203 | OPCODE(FPOrdEqual64, U1, F64, F64, ) | 202 | OPCODE(FPOrdEqual64, U1, F64, F64, ) |