* I zigged when I should have zagged
This commit is contained in:
parent
7d570e693d
commit
4ccd548512
1 changed files with 3 additions and 3 deletions
|
@ -55,9 +55,9 @@ void qsnapvectorsse(vec3_t vec)
|
||||||
|
|
||||||
#define QROUNDX87(src) \
|
#define QROUNDX87(src) \
|
||||||
"flds " src "\n" \
|
"flds " src "\n" \
|
||||||
"fistpl " src "\n" \
|
"fistps " src "\n" \
|
||||||
"fildl " src "\n" \
|
"filds " src "\n" \
|
||||||
"fstpl " src "\n"
|
"fstps " src "\n"
|
||||||
|
|
||||||
void qsnapvectorx87(vec3_t vec)
|
void qsnapvectorx87(vec3_t vec)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue