Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ hasISA
Function
hasISA
tutorials/verify/verify.cpp:48–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
bool hasISA(const int isa)
49
{
50
int cpu_features = getCPUFeatures();
51
return (cpu_features & isa) == isa;
52
}
53
54
bool regex_match(std::string str, std::string regex)
55
{
Callers
1
VerifyApplication
Method · 0.70
Calls
1
getCPUFeatures
Function · 0.85
Tested by
no test coverage detected