summaryrefslogtreecommitdiff
path: root/include/info.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/info.h')
-rw-r--r--include/info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/info.h b/include/info.h
index c748baa..4c39266 100644
--- a/include/info.h
+++ b/include/info.h
@@ -35,6 +35,7 @@
struct cpu_info {
uint8_t has_sse2 : 1;
uint8_t has_sse3 : 1;
+ uint8_t has_avx : 1;
};
#endif /* INFO_H */