MCPcopy 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
418bool CpuInfo::IsSupported(int64_t flags) const {
419 return (hardware_flags_ & flags) == flags;
420}
421
422bool CpuInfo::IsDetected(int64_t flags) const {
423 return (original_hardware_flags_ & flags) == flags;

Callers 6

GetRuntimeInfoFunction · 0.45
TYPED_TESTFunction · 0.45
DispatchExactImplFunction · 0.45
SetUpMethod · 0.45

Calls

no outgoing calls

Tested by 2

TYPED_TESTFunction · 0.36
SetUpMethod · 0.36