Whoops (typo)

This commit is contained in:
Dr. Chat 2015-05-16 13:41:33 -05:00
parent 8e35ec0620
commit 65ff862495
1 changed files with 1 additions and 1 deletions

View File

@ -3814,7 +3814,7 @@ EMITTER(MUL_ADD_V128, MATCH(I<OPCODE_MUL_ADD, V128<>, V128<>, V128<>, V128<>>))
e.vfmadd231ps(i.dest, i.src1, i.src2);
} else {
// Dest not equal to anything
e.vmovqda(i.dest, i.src1);
e.vmovdqa(i.dest, i.src1);
e.vfmadd213ps(i.dest, i.src2, i.src3);
}
} else {