early-access version 3657
This commit is contained in:
parent
126c3c9ad0
commit
c4d92e97e5
@ -1,7 +1,7 @@
|
|||||||
yuzu emulator early access
|
yuzu emulator early access
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is the source code for early-access 3656.
|
This is the source code for early-access 3657.
|
||||||
|
|
||||||
## Legal Notice
|
## Legal Notice
|
||||||
|
|
||||||
|
@ -129,10 +129,6 @@ IR::Opcode Replace(IR::Opcode op) {
|
|||||||
return IR::Opcode::ConvertU32F32;
|
return IR::Opcode::ConvertU32F32;
|
||||||
case IR::Opcode::ConvertU64F64:
|
case IR::Opcode::ConvertU64F64:
|
||||||
return IR::Opcode::ConvertU64F32;
|
return IR::Opcode::ConvertU64F32;
|
||||||
case IR::Opcode::PackFloat2x16:
|
|
||||||
return IR::Opcode::PackHalf2x16;
|
|
||||||
case IR::Opcode::UnpackFloat2x16:
|
|
||||||
return IR::Opcode::UnpackHalf2x16;
|
|
||||||
case IR::Opcode::ConvertF32F64:
|
case IR::Opcode::ConvertF32F64:
|
||||||
return IR::Opcode::Identity;
|
return IR::Opcode::Identity;
|
||||||
case IR::Opcode::ConvertF64F32:
|
case IR::Opcode::ConvertF64F32:
|
||||||
|
Loading…
Reference in New Issue
Block a user