mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
* 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) \
|
||||
"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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue