Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
426
void CpuInfo::VerifyCpuRequirements() const { return ArchVerifyCpuRequirements(this); }
427
428
void CpuInfo::EnableFeature(int64_t flag, bool enable) {
429
if (!enable) {
Callers
nothing calls this directly
Calls
1
ArchVerifyCpuRequirements
Function · 0.85
Tested by
no test coverage detected