x86: Correct noavx512_vp2intersect
* config/tc-i386.c (cpu_arch): Correct noavx512_vp2intersect cpu_arch to CPU_ANY_VP2INTERSECT_FLAGS. * doc/c-i386.texi: Add avx512_vp2intersect.
This commit is contained in:
parent
5f89899448
commit
708a2ffff5
3 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2020-06-16 Lili Cui <lili.cui@intel.com>
|
||||
|
||||
* config/tc-i386.c (cpu_arch): Correct noavx512_vp2intersect
|
||||
cpu_arch to CPU_ANY_VP2INTERSECT_FLAGS.
|
||||
* doc/c-i386.texi: Add avx512_vp2intersect.
|
||||
|
||||
2020-06-16 Jan Beulich <jbeulich@suse.com>
|
||||
|
||||
* config/tc-i386.c (md_assemble): Drop SSE4a from SSE check
|
||||
|
|
|
@ -1263,7 +1263,8 @@ static const noarch_entry cpu_noarch[] =
|
|||
{ STRING_COMMA_LEN ("nomovdiri"), CPU_ANY_MOVDIRI_FLAGS },
|
||||
{ STRING_COMMA_LEN ("nomovdir64b"), CPU_ANY_MOVDIR64B_FLAGS },
|
||||
{ STRING_COMMA_LEN ("noavx512_bf16"), CPU_ANY_AVX512_BF16_FLAGS },
|
||||
{ STRING_COMMA_LEN ("noavx512_vp2intersect"), CPU_ANY_SHSTK_FLAGS },
|
||||
{ STRING_COMMA_LEN ("noavx512_vp2intersect"),
|
||||
CPU_ANY_AVX512_VP2INTERSECT_FLAGS },
|
||||
{ STRING_COMMA_LEN ("noenqcmd"), CPU_ANY_ENQCMD_FLAGS },
|
||||
{ STRING_COMMA_LEN ("noserialize"), CPU_ANY_SERIALIZE_FLAGS },
|
||||
{ STRING_COMMA_LEN ("notsxldtrk"), CPU_ANY_TSXLDTRK_FLAGS },
|
||||
|
|
|
@ -204,6 +204,7 @@ accept various extension mnemonics. For example,
|
|||
@code{avx512_vbmi2},
|
||||
@code{avx512_vnni},
|
||||
@code{avx512_bitalg},
|
||||
@code{avx512_vp2intersect},
|
||||
@code{avx512_bf16},
|
||||
@code{noavx512f},
|
||||
@code{noavx512cd},
|
||||
|
|
Loading…
Add table
Reference in a new issue