• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Révision708a2ffff5cc2d280968a6b28268d8276d391bb4 (tree)
l'heure2020-06-17 02:07:15
AuteurCui,Lili <lili.cui@inte...>
CommiterH.J. Lu

Message de Log

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.

Change Summary

Modification

--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
1+2020-06-16 Lili Cui <lili.cui@intel.com>
2+
3+ * config/tc-i386.c (cpu_arch): Correct noavx512_vp2intersect
4+ cpu_arch to CPU_ANY_VP2INTERSECT_FLAGS.
5+ * doc/c-i386.texi: Add avx512_vp2intersect.
6+
17 2020-06-16 Jan Beulich <jbeulich@suse.com>
28
39 * config/tc-i386.c (md_assemble): Drop SSE4a from SSE check
--- a/gas/config/tc-i386.c
+++ b/gas/config/tc-i386.c
@@ -1263,7 +1263,8 @@ static const noarch_entry cpu_noarch[] =
12631263 { STRING_COMMA_LEN ("nomovdiri"), CPU_ANY_MOVDIRI_FLAGS },
12641264 { STRING_COMMA_LEN ("nomovdir64b"), CPU_ANY_MOVDIR64B_FLAGS },
12651265 { STRING_COMMA_LEN ("noavx512_bf16"), CPU_ANY_AVX512_BF16_FLAGS },
1266- { STRING_COMMA_LEN ("noavx512_vp2intersect"), CPU_ANY_SHSTK_FLAGS },
1266+ { STRING_COMMA_LEN ("noavx512_vp2intersect"),
1267+ CPU_ANY_AVX512_VP2INTERSECT_FLAGS },
12671268 { STRING_COMMA_LEN ("noenqcmd"), CPU_ANY_ENQCMD_FLAGS },
12681269 { STRING_COMMA_LEN ("noserialize"), CPU_ANY_SERIALIZE_FLAGS },
12691270 { STRING_COMMA_LEN ("notsxldtrk"), CPU_ANY_TSXLDTRK_FLAGS },
--- a/gas/doc/c-i386.texi
+++ b/gas/doc/c-i386.texi
@@ -204,6 +204,7 @@ accept various extension mnemonics. For example,
204204 @code{avx512_vbmi2},
205205 @code{avx512_vnni},
206206 @code{avx512_bitalg},
207+@code{avx512_vp2intersect},
207208 @code{avx512_bf16},
208209 @code{noavx512f},
209210 @code{noavx512cd},