This is an automated email from the git hooks/post-receive script. smcv pushed a commit to tag 1.51 in repository iortcw.
commit 46fef7ff8c4133fca798ab9dc2aa590997700fa7 Author: MAN-AT-ARMS <[email protected]> Date: Wed Jan 25 17:30:46 2017 -0500 All: Rephrase SSE availability message --- MP/code/qcommon/common.c | 4 ++-- SP/code/qcommon/common.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MP/code/qcommon/common.c b/MP/code/qcommon/common.c index 76547f2..f00a490 100644 --- a/MP/code/qcommon/common.c +++ b/MP/code/qcommon/common.c @@ -2669,7 +2669,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 @@ -2678,7 +2678,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 } diff --git a/SP/code/qcommon/common.c b/SP/code/qcommon/common.c index 20f871d..7f5e170 100644 --- a/SP/code/qcommon/common.c +++ b/SP/code/qcommon/common.c @@ -2227,7 +2227,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 @@ -2236,7 +2236,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/iortcw.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

