We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da623ae commit 8f22ac5Copy full SHA for 8f22ac5
driver/others/dynamic.c
@@ -404,6 +404,7 @@ static int get_vendor(void){
404
if (!strcmp(vendor.vchar, "GenuineIntel")) return VENDOR_INTEL;
405
if (!strcmp(vendor.vchar, "AuthenticAMD")) return VENDOR_AMD;
406
if (!strcmp(vendor.vchar, "CentaurHauls")) return VENDOR_CENTAUR;
407
+ if (!strcmp(vendor.vchar, " Shanghai ")) return VENDOR_CENTAUR;
408
if (!strcmp(vendor.vchar, "HygonGenuine")) return VENDOR_HYGON;
409
410
if ((eax == 0) || ((eax & 0x500) != 0)) return VENDOR_INTEL;
0 commit comments