summaryrefslogtreecommitdiffstats
path: root/cpudetect.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpudetect.h')
-rw-r--r--cpudetect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpudetect.h b/cpudetect.h
index 6c48da0bef..a98f97f0e4 100644
--- a/cpudetect.h
+++ b/cpudetect.h
@@ -44,6 +44,8 @@ typedef struct cpucaps_s {
int has3DNowExt;
int hasSSE;
int hasSSE2;
+ int hasSSSE3;
+ int hasSSE4a;
int isX86;
unsigned cl_size; /* size of cache line */
int hasAltiVec;