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

Method VerifyCpuRequirements

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

Source from the content-addressed store, hash-verified

579}
580
581void CpuInfo::VerifyCpuRequirements() const { return ArchVerifyCpuRequirements(this); }
582
583void CpuInfo::EnableFeature(int64_t flag, bool enable) {
584 impl_->EnableFeature(flag, enable);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected