From: divverent Date: Sat, 16 Oct 2010 08:41:21 +0000 (+0000) Subject: only enable SSE if __GNUC__ for the moment... needs fixing later X-Git-Tag: xonotic-v0.1.0preview~114 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=5796e6a9bfe2df84bed9b299a0b708571692dd26;p=xonotic%2Fdarkplaces.git only enable SSE if __GNUC__ for the moment... needs fixing later git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10538 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=0ba4f50a0127342bf0c51526d4240bf4cc9c1db4 --- diff --git a/quakedef.h b/quakedef.h index 06ab2a94..9c4adbcd 100644 --- a/quakedef.h +++ b/quakedef.h @@ -457,10 +457,10 @@ extern cvar_t developer_loading; # endif #elif defined(_WIN64) # define DP_ARCH_STR "x86_64" -# define SSE_PRESENT +//# define SSE_PRESENT #elif defined(WIN32) # define DP_ARCH_STR "x86" -# define SSE_POSSIBLE +//# define SSE_POSSIBLE #endif #ifdef SSE_PRESENT