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

Method IsDetected

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

Source from the content-addressed store, hash-verified

420}
421
422bool CpuInfo::IsDetected(int64_t flags) const {
423 return (original_hardware_flags_ & flags) == flags;
424}
425
426void CpuInfo::VerifyCpuRequirements() const { return ArchVerifyCpuRequirements(this); }
427

Callers 2

GetRuntimeInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected