Improve CountSetBits8() algorithm.
This commit is contained in:
parent
b1337f21d7
commit
c88ab462f5
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ namespace ChocolArm64.Instruction
|
|||
{
|
||||
EmitVectorExtractZx(Context, Op.Rn, Index, 0);
|
||||
|
||||
Context.Emit(OpCodes.Conv_U1);
|
||||
Context.Emit(OpCodes.Conv_U4);
|
||||
|
||||
ASoftFallback.EmitCall(Context, nameof(ASoftFallback.CountSetBits8));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue