mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 20:14:45 +00:00
shader_recompiler: Add ConvertF16F32 to FP16 detection.
This commit is contained in:
parent
bad3d5a68e
commit
3f1ed29369
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ void Visit(Info& info, IR::Inst& inst) {
|
|||
case IR::Opcode::WriteSharedU64:
|
||||
info.uses_shared = true;
|
||||
break;
|
||||
case IR::Opcode::ConvertF16F32:
|
||||
case IR::Opcode::ConvertF32F16:
|
||||
case IR::Opcode::BitCastF16U16:
|
||||
info.uses_fp16 = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue