aboutsummaryrefslogtreecommitdiff
path: root/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpu.h')
-rw-r--r--cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu.h b/cpu.h
index e0c501d..a757003 100644
--- a/cpu.h
+++ b/cpu.h
@@ -43,6 +43,7 @@
#define MG2DI_CPU_FLAG_FMA3 0x10000 ///< Haswell FMA3 functions
#define MG2DI_CPU_FLAG_BMI1 0x20000 ///< Bit Manipulation Instruction Set 1
#define MG2DI_CPU_FLAG_BMI2 0x40000 ///< Bit Manipulation Instruction Set 2
+#define MG2DI_CPU_FLAG_AVX512 (1<<16)
int mg2di_cpu_flags_get(void);