Add AVX512VBMI instructions
[platform/upstream/binutils.git] / gas / config / tc-i386.c
index 045ba81..b777360 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