[ioquake3] 02/25: rephrase SSE availability message

Simon McVittie smcv at debian.org
Sun Mar 12 18:23:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository ioquake3.

commit dd3c6619bcbe30178a0635cd664a0ad552233a64
Author: Michael Rieder <citizen at 1984.com>
Date:   Fri Jan 2 02:31:10 2015 +0100

    rephrase SSE availability message
---
 code/qcommon/common.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/qcommon/common.c b/code/qcommon/common.c
index 3f06c75..2f7c857 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
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ioquake3.git



More information about the Pkg-games-commits mailing list