Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ IsSupported
Method
IsSupported
cpp/src/arrow/util/cpu_info.cc:418–420 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
416
}
417
418
bool CpuInfo::IsSupported(int64_t flags) const {
419
return (hardware_flags_ & flags) == flags;
420
}
421
422
bool CpuInfo::IsDetected(int64_t flags) const {
423
return (original_hardware_flags_ & flags) == flags;
Callers
6
GetRuntimeInfo
Function · 0.45
GetSupportedHardwareFlags
Function · 0.45
TYPED_TEST
Function · 0.45
DispatchExactImpl
Function · 0.45
RegisterScalarAggregateBasic
Function · 0.45
SetUp
Method · 0.45
Calls
no outgoing calls
Tested by
2
TYPED_TEST
Function · 0.36
SetUp
Method · 0.36