Add AVX512VBMI instructions
[deliverable/binutils-gdb.git] / gas / config / tc-i386.c
index db3eb703a7fa7a23a11f554d7bce02a269113e08..97e326c2fc2dafb0f5161c08d78e0c134ea86329 100644 (file)
@@ -935,6 +935,8 @@ static const arch_entry cpu_arch[] =
     CPU_PCOMMIT_FLAGS, 0, 0 },
   { STRING_COMMA_LEN (".avx512ifma"), PROCESSOR_UNKNOWN,
     CPU_AVX512IFMA_FLAGS, 0, 0 },
+  { STRING_COMMA_LEN (".avx512vbmi"), PROCESSOR_UNKNOWN,
+    CPU_AVX512VBMI_FLAGS, 0, 0 },
 };
 
 #ifdef I386COFF
This page took 0.023782 seconds and 4 git commands to generate.