a
This commit is contained in:
parent
eb5ceb7af9
commit
ca30927b7c
1 changed files with 2 additions and 1 deletions
|
@ -462,7 +462,8 @@ namespace ChocolArm64.Instruction
|
|||
|
||||
public static void Fmls_Se(AILEmitterCtx Context)
|
||||
{
|
||||
EmitScalarTernaryOpByElemF(Context, () => {
|
||||
EmitScalarTernaryOpByElemF(Context, () =>
|
||||
{
|
||||
Context.Emit(OpCodes.Mul);
|
||||
Context.Emit(OpCodes.Sub);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue