| 579 | } |
| 580 | |
| 581 | void CpuInfo::VerifyCpuRequirements() const { return ArchVerifyCpuRequirements(this); } |
| 582 | |
| 583 | void CpuInfo::EnableFeature(int64_t flag, bool enable) { |
| 584 | impl_->EnableFeature(flag, enable); |
nothing calls this directly
no test coverage detected