improved check SOC

This commit is contained in:
2023-07-26 22:30:49 +08:00
parent d9d06eba11
commit c8620f8d6a
2 changed files with 27 additions and 2 deletions

View File

@@ -29,6 +29,18 @@ namespace hgl
ENUM_CLASS_RANGE(Unknow,JLQ)
};
constexpr const char *SOCVendorName[16]=
{
"Unknow",
"Qualcomm",
"Hisilicon",
"Samsung",
"MediaTek",
"Unisoc",
"Spreadtrum",
"JLQ",
};
enum class CpuArch
{
Unknow=0,