Update AInstEmitSimdArithmetic.cs
This commit is contained in:
parent
fc5af826f0
commit
b303920f44
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ namespace ChocolArm64.Instruction
|
|||
|
||||
Context.Emit(OpCodes.Conv_U1);
|
||||
|
||||
AVectorHelper.EmitCall(Context, nameof(AVectorHelper.CountSetBits8));
|
||||
ASoftFallback.EmitCall(Context, nameof(ASoftFallback.CountSetBits8));
|
||||
|
||||
Context.Emit(OpCodes.Conv_U8);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue