diff --git a/code/qcommon/common.c b/code/qcommon/common.c index 3f06c75b..2f7c8574 100644 --- a/code/qcommon/common.c +++ b/code/qcommon/common.c @@ -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 }