Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ReportISAError
Function
ReportISAError
library/cpp/cpuid_check/cpu_id_check.cpp:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
14
namespace {
15
[[noreturn]] void ReportISAError(const char* isa) {
16
err(-1,
"This program was compiled for %s which is not supported on your system, exiting..."
, isa);
17
}
18
19
#define Y_DEF_NAME(X) \
20
void Assert##X() noexcept { \
Callers
nothing calls this directly
Calls
1
err
Function · 0.85
Tested by
no test coverage detected