[PATCH v1 1/1] Set Prefer_No_AVX512 flag for hygon platform

Florian Weimer fweimer@redhat.com
Tue Oct 14 08:25:53 GMT 2025


* Jiamei Xie:

>> And surely this must be under the HygonGenuine condition?
>> 
>
> Yes. This patch is for the Hygon Platform, whose model is 0x7. 

Ahh.  Is that really unique?  I would have expected that this check
would be reuse:

  /* This spells out "HygonGenuine".  */
  else if (ebx == 0x6f677948 && ecx == 0x656e6975 && edx == 0x6e65476e)
    {

Thanks,
Florian



More information about the Libc-alpha mailing list