summaryrefslogtreecommitdiffstats
path: root/cpudetect.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpudetect.h')
-rw-r--r--cpudetect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpudetect.h b/cpudetect.h
index ed1410e9c2..e879f6d047 100644
--- a/cpudetect.h
+++ b/cpudetect.h
@@ -16,6 +16,7 @@ typedef struct cpucaps_s {
int hasSSE;
int hasSSE2;
int isX86;
+ unsigned cl_size; /* size of cache line */
} CpuCaps;
extern CpuCaps gCpuCaps;