Skip to content

Commit

Permalink
* I zigged when I should have zagged
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.icculus.org/quake3/trunk@2190 edf5b092-35ff-0310-97b2-ce42778d08ea
  • Loading branch information
tma committed Oct 28, 2011
1 parent f971164 commit 2e3026c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/asm/snapvector.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ void qsnapvectorsse(vec3_t vec)

#define QROUNDX87(src) \
"flds " src "\n" \
"fistpl " src "\n" \
"fildl " src "\n" \
"fstpl " src "\n"
"fistps " src "\n" \
"filds " src "\n" \
"fstps " src "\n"

void qsnapvectorx87(vec3_t vec)
{
Expand Down

0 comments on commit 2e3026c

Please sign in to comment.