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

Method VerifyCpuRequirements

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

Source from the content-addressed store, hash-verified

424}
425
426void CpuInfo::VerifyCpuRequirements() const { return ArchVerifyCpuRequirements(this); }
427
428void CpuInfo::EnableFeature(int64_t flag, bool enable) {
429 if (!enable) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected