RE: [PATCH] [X86]: Fix zen6 AVX512BMM cpuid check.
"Jiang, Haochen" <[email protected]>
| Newsgroups | gmane.comp.gcc.patches |
|---|---|
| Message-ID | <SJ5PPF77D28E3C2FB7228E4804610FB4C03ECA32@SJ5PPF77D28E3C2.namprd11.prod.outlook.com> |
> From: H.J. Lu <[email protected]> > Sent: Friday, August 21, 2026 5:14 AM > > Please fix > > /* Sub leaf (%eax == 0x21) */ > #define bit_AVX512BMM ( 1<<23 ) > > in cpuid.h. > Agreed. Although it will not lead to functionality issue, but please maintain it cleanly to avoid confusion. And you may also need to backport right, Venkat and Dipesh? Thx, Haochen