Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPathGuidingLibrary/openpgl
/ hasISA
Function
hasISA
third-party/embreeSrc/common/sys/sysinfo.cpp:424–426 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
422
}
423
424
bool hasISA(int features, int isa) {
425
return (features & isa) == isa;
426
}
427
428
std::string supportedTargetList (int features)
429
{
Callers
1
supportedTargetList
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected