mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-02 14:42:41 +00:00
IOQ3 commit 2190
This commit is contained in:
parent
420cc87cd8
commit
13a1b7fb06
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…
Reference in a new issue