MCPcopy 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

supportedTargetListFunction · 0.70
DeviceMethod · 0.50
getPropertyMethod · 0.50
canUseAVXMethod · 0.50
canUseAVX2Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected