summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/ir/opcodes.inc
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2023-01-28 23:00:11 +0100
committerGitHub <noreply@github.com>2023-01-28 23:00:11 +0100
commit159aab9a97529c85b114794b73911311a6b94abc (patch)
tree6b771b611f5fe06ab4ff7a7bd5c984b469d0c3cb /src/shader_recompiler/frontend/ir/opcodes.inc
parentMerge pull request #9661 from SoRadGaming/LDNhostnameSupport (diff)
parentshader_recompiler: Remove S32 IR type (diff)
downloadyuzu-159aab9a97529c85b114794b73911311a6b94abc.tar
yuzu-159aab9a97529c85b114794b73911311a6b94abc.tar.gz
yuzu-159aab9a97529c85b114794b73911311a6b94abc.tar.bz2
yuzu-159aab9a97529c85b114794b73911311a6b94abc.tar.lz
yuzu-159aab9a97529c85b114794b73911311a6b94abc.tar.xz
yuzu-159aab9a97529c85b114794b73911311a6b94abc.tar.zst
yuzu-159aab9a97529c85b114794b73911311a6b94abc.zip
Diffstat (limited to 'src/shader_recompiler/frontend/ir/opcodes.inc')
-rw-r--r--src/shader_recompiler/frontend/ir/opcodes.inc1
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 1fe3749cc..24e82f802 100644
--- a/src/shader_recompiler/frontend/ir/opcodes.inc
+++ b/src/shader_recompiler/frontend/ir/opcodes.inc
@@ -175,7 +175,6 @@ OPCODE(SelectF64, F64, U1,
OPCODE(BitCastU16F16, U16, F16, )
OPCODE(BitCastU32F32, U32, F32, )
OPCODE(BitCastU64F64, U64, F64, )
-OPCODE(BitCastS32F32, S32, F32, )
OPCODE(BitCastF16U16, F16, U16, )
OPCODE(BitCastF32U32, F32, U32, )
OPCODE(BitCastF64U64, F64, U64, )