public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Correct cpu_flags for CPU_ANY_AVX512BW_FLAGS
@ 2022-06-23  7:14 Cui,Lili
  2022-06-23  7:29 ` Jan Beulich
  0 siblings, 1 reply; 8+ messages in thread
From: Cui,Lili @ 2022-06-23  7:14 UTC (permalink / raw)
  To: hjl.tools, jbeulich; +Cc: binutils

This patch is to correct cpu_flags for CPU_ANY_AVX512BW_FLAGS.
Make check-gas is ok.
Ok for master?

Thanks,
Lili.

Change it from "CPU_ANY_AVX512_FP16_FLAGS" to "CpuAVX512_FP16"

opcodes/

	* i386-gen.c (cpu_flag_init): Change cpu_flags of
	CPU_ANY_AVX512BW_FLAGS.
---
 opcodes/i386-gen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c
index d18a7d2754..5dc224efdb 100644
--- a/opcodes/i386-gen.c
+++ b/opcodes/i386-gen.c
@@ -382,7 +382,7 @@ static initializer cpu_flag_init[] =
   { "CPU_ANY_AVX512DQ_FLAGS",
     "CpuAVX512DQ" },
   { "CPU_ANY_AVX512BW_FLAGS",
-    "CpuAVX512BW|CPU_ANY_AVX512_FP16_FLAGS" },
+    "CpuAVX512BW|CpuAVX512_FP16" },
   { "CPU_ANY_AVX512VL_FLAGS",
     "CpuAVX512VL" },
   { "CPU_ANY_AVX512IFMA_FLAGS",
-- 
2.17.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-06-24  2:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-23  7:14 [PATCH] Correct cpu_flags for CPU_ANY_AVX512BW_FLAGS Cui,Lili
2022-06-23  7:29 ` Jan Beulich
2022-06-23  8:08   ` Cui, Lili
2022-06-23 16:04     ` H.J. Lu
2022-06-23 16:07       ` Jan Beulich
2022-06-23 16:31         ` H.J. Lu
2022-06-24  1:56           ` H.J. Lu
2022-06-24  2:03             ` Cui, Lili

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).