| 575 | } |
| 576 | |
| 577 | bool CpuInfo::IsDetected(int64_t flags) const { |
| 578 | return (impl_->original_hardware_flags & flags) == flags; |
| 579 | } |
| 580 | |
| 581 | void CpuInfo::VerifyCpuRequirements() const { return ArchVerifyCpuRequirements(this); } |
| 582 |
no outgoing calls
no test coverage detected