early-access version 1940
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user