mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-02 06:33:30 +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) \
|
||||
"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