diff options
Diffstat (limited to 'gas/config/tc-i386.c')
-rw-r--r-- | gas/config/tc-i386.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index db3eb70..97e326c 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -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 |