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

Method IsDetected

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

Source from the content-addressed store, hash-verified

575}
576
577bool CpuInfo::IsDetected(int64_t flags) const {
578 return (impl_->original_hardware_flags & flags) == flags;
579}
580
581void CpuInfo::VerifyCpuRequirements() const { return ArchVerifyCpuRequirements(this); }
582

Callers 2

GetRuntimeInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected