MCPcopy Create free account
hub / github.com/apache/arrow / IsSupported

Method IsSupported

cpp/src/arrow/util/cpu_info.cc:573–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573bool CpuInfo::IsSupported(int64_t flags) const {
574 return (impl_->hardware_flags & flags) == flags;
575}
576
577bool CpuInfo::IsDetected(int64_t flags) const {
578 return (impl_->original_hardware_flags & flags) == flags;

Callers 6

GetRuntimeInfoFunction · 0.45
TEST_PFunction · 0.45
DispatchExactImplFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.36