mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-29 16:16:27 -05:00
Fix for some SIMD issues
This commit is contained in:
@@ -246,6 +246,11 @@ namespace ChocolArm64.Instruction
|
||||
EmitScalarFcvtu(Context, Op.Size, Op.FBits);
|
||||
}
|
||||
|
||||
if (Context.CurrOp.RegisterSize == ARegisterSize.Int32)
|
||||
{
|
||||
Context.Emit(OpCodes.Conv_U8);
|
||||
}
|
||||
|
||||
Context.EmitStintzr(Op.Rd);
|
||||
}
|
||||
|
||||
@@ -314,6 +319,11 @@ namespace ChocolArm64.Instruction
|
||||
: nameof(ASoftFallback.SatF64ToU64));
|
||||
}
|
||||
|
||||
if (SizeF == 0)
|
||||
{
|
||||
Context.Emit(OpCodes.Conv_U8);
|
||||
}
|
||||
|
||||
EmitVectorInsert(Context, Op.Rd, Index, SizeI);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user