Fix Typo
This commit is contained in:
parent
931a0dd0b9
commit
84991414e1
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ namespace ARMeilleure.Instructions
|
|||
{
|
||||
if (Optimizations.FastFP)
|
||||
{
|
||||
EmitScalarBinaryOpF32(context, (op1, op2) => context.Add(op1, op2));
|
||||
EmitVectorBinaryOpF32(context, (op1, op2) => context.Add(op1, op2));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue