early-access version 1940
This commit is contained in:
parent
4f0f4ffe79
commit
21ca602747
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
yuzu emulator early access
|
yuzu emulator early access
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is the source code for early-access 1939.
|
This is the source code for early-access 1940.
|
||||||
|
|
||||||
## Legal Notice
|
## Legal Notice
|
||||||
|
|
||||||
|
|
|
@ -111,6 +111,8 @@ void VisitUsages(Info& info, IR::Inst& inst) {
|
||||||
case IR::Opcode::ConvertF16U16:
|
case IR::Opcode::ConvertF16U16:
|
||||||
case IR::Opcode::ConvertF16U32:
|
case IR::Opcode::ConvertF16U32:
|
||||||
case IR::Opcode::ConvertF16U64:
|
case IR::Opcode::ConvertF16U64:
|
||||||
|
case IR::Opcode::ConvertF16F32:
|
||||||
|
case IR::Opcode::ConvertF32F16:
|
||||||
case IR::Opcode::FPAbs16:
|
case IR::Opcode::FPAbs16:
|
||||||
case IR::Opcode::FPAdd16:
|
case IR::Opcode::FPAdd16:
|
||||||
case IR::Opcode::FPCeil16:
|
case IR::Opcode::FPCeil16:
|
||||||
|
|
Loading…
Reference in a new issue