summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-11-13 17:59:52 +0100
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-11-13 18:01:04 +0100
commitf115b0cf1b23baf18aa56866aa7f15d5a5991c37 (patch)
treec88aed765bba026f23c9990bd9b51a24a7f214d3 /include/tools
parent38357ee010e9f22bc00080e603880cf82c74da48 (diff)
underscores are reserved
Change-Id: Iee60389ccc9e348db6ed00e48e32b1e86f17b530
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/cpuid.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/cpuid.hxx b/include/tools/cpuid.hxx
index 348724e024dd..f058f23fb727 100644
--- a/include/tools/cpuid.hxx
+++ b/include/tools/cpuid.hxx
@@ -15,9 +15,9 @@
#include <tools/toolsdllapi.h>
#if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) && defined(__SSE2__)
-#define __LO_SSE2_AVAILABLE__ 1
+#define LO_SSE2_AVAILABLE 1
#elif defined(_MSC_VER) && (defined(_M_AMD64) || (defined(_M_IX86) && defined(_M_IX86_FP) && _M_IX86_FP >= 2))
-#define __LO_SSE2_AVAILABLE__ 1
+#define LO_SSE2_AVAILABLE 1
#endif
namespace tools