Skip to content

Commit

Permalink
Corrected typo in code (introduced 3 commits ago).
Browse files Browse the repository at this point in the history
  • Loading branch information
sp193 committed Oct 2, 2015
1 parent 2547832 commit 14c52cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/libvux/src/vuhw.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ float Vu0DotProduct(VU_VECTOR *v0, VU_VECTOR *v1)
"vaddy.x vf3, vf3, vf3y \n" // add x+y and store in x
"vaddz.x vf3, vf3, vf3z \n" // add z+x and store in x

"qmfc2 $0, vf3 \n" // copy vector to ee reg
"qmfc2 %0, vf3 \n" // copy vector to ee reg
: "=r" (ret) : "r" (v0), "r" (v1)
);

Expand Down

0 comments on commit 14c52cd

Please sign in to comment.