Print CPU flags at startup

This commit is contained in:
Alexey Milovidov 2024-02-16 13:09:07 +01:00
parent 0787e9f402
commit 39f363ba6e

View File

@ -725,7 +725,7 @@ try
CPU_ID_ENUMERATE(COLLECT_FLAG)
#undef COLLECT_FLAG
LOG_INFO(log, "Available CPU instructions: {}", cpu_info);
LOG_INFO(log, "Available CPU instruction sets: {}", cpu_info);
sanityChecks(*this);