From 204517801a33f1bafab3ce1e80f71f41aa5f61a6 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 16 Feb 2024 22:19:00 -0500 Subject: Add AVX support Signed-off-by: Ian Moffett --- include/info.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/info.h') 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 */ -- cgit v1.2.3