Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ hasISA
Function
hasISA
common/sys/sysinfo.cpp:437–439 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
435
}
436
437
bool hasISA(int features, int isa) {
438
return (features & isa) == isa;
439
}
440
441
std::string supportedTargetList (int features)
442
{
Callers
5
supportedTargetList
Function · 0.70
Device
Method · 0.50
getProperty
Method · 0.50
canUseAVX
Method · 0.50
canUseAVX2
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected