summaryrefslogtreecommitdiffstats
path: root/src/cpuid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpuid.h')
-rw-r--r--src/cpuid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpuid.h b/src/cpuid.h
index 310f0c2..d909ad9 100644
--- a/src/cpuid.h
+++ b/src/cpuid.h
@@ -32,6 +32,7 @@
#define CPUID_FXSR ((uint64_t)1 << 24)
+#define CPUID_SSE2 ((uint64_t)1 << 26)
#define CPUID_PCLMULQDQ ((uint64_t)1 << 33)
#define CPUID_SSSE3 ((uint64_t)1 << 41)