* clang support
This commit is contained in:
parent
f9cde509b2
commit
675e7a641a
9 changed files with 19 additions and 14 deletions
|
@ -55,9 +55,9 @@ void qsnapvectorsse(vec3_t vec)
|
|||
|
||||
#define QROUNDX87(src) \
|
||||
"flds " src "\n" \
|
||||
"fistp " src "\n" \
|
||||
"fild " src "\n" \
|
||||
"fstp " src "\n"
|
||||
"fistpl " src "\n" \
|
||||
"fildl " src "\n" \
|
||||
"fstpl " src "\n"
|
||||
|
||||
void qsnapvectorx87(vec3_t vec)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue