diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-07-28 02:33:02 +0200 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-07-28 02:33:05 +0200 |
commit | 1bb46b7d6476bdfbe45645e3947527b7dafca906 (patch) | |
tree | 942ba0a46db1310983deb72c89d205d89a6dfee8 /src | |
parent | Merge pull request #6749 from lioncash/rtarget (diff) | |
download | yuzu-1bb46b7d6476bdfbe45645e3947527b7dafca906.tar yuzu-1bb46b7d6476bdfbe45645e3947527b7dafca906.tar.gz yuzu-1bb46b7d6476bdfbe45645e3947527b7dafca906.tar.bz2 yuzu-1bb46b7d6476bdfbe45645e3947527b7dafca906.tar.lz yuzu-1bb46b7d6476bdfbe45645e3947527b7dafca906.tar.xz yuzu-1bb46b7d6476bdfbe45645e3947527b7dafca906.tar.zst yuzu-1bb46b7d6476bdfbe45645e3947527b7dafca906.zip |
Diffstat (limited to '')
-rw-r--r-- | src/shader_recompiler/ir_opt/collect_shader_info_pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shader_recompiler/ir_opt/collect_shader_info_pass.cpp b/src/shader_recompiler/ir_opt/collect_shader_info_pass.cpp index 5ead930f1..f69e1c9cc 100644 --- a/src/shader_recompiler/ir_opt/collect_shader_info_pass.cpp +++ b/src/shader_recompiler/ir_opt/collect_shader_info_pass.cpp @@ -111,6 +111,8 @@ void VisitUsages(Info& info, IR::Inst& inst) { case IR::Opcode::ConvertF16U16: case IR::Opcode::ConvertF16U32: case IR::Opcode::ConvertF16U64: + case IR::Opcode::ConvertF16F32: + case IR::Opcode::ConvertF32F16: case IR::Opcode::FPAbs16: case IR::Opcode::FPAdd16: case IR::Opcode::FPCeil16: |