mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-23 12:32:09 +00:00
rephrase SSE availability message
This commit is contained in:
parent
dd82b9d1a8
commit
dd3c6619bc
1 changed files with 2 additions and 2 deletions
|
@ -2592,7 +2592,7 @@ static void Com_DetectSSE(void)
|
|||
#endif
|
||||
Q_VMftol = qvmftolsse;
|
||||
|
||||
Com_Printf("Have SSE support\n");
|
||||
Com_Printf("SSE instruction set enabled\n");
|
||||
#if !idx64
|
||||
}
|
||||
else
|
||||
|
@ -2601,7 +2601,7 @@ static void Com_DetectSSE(void)
|
|||
Q_VMftol = qvmftolx87;
|
||||
Q_SnapVector = qsnapvectorx87;
|
||||
|
||||
Com_Printf("No SSE support on this machine\n");
|
||||
Com_Printf("SSE instruction set not available\n");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue