| 420 | } |
| 421 | |
| 422 | bool CpuInfo::IsDetected(int64_t flags) const { |
| 423 | return (original_hardware_flags_ & flags) == flags; |
| 424 | } |
| 425 | |
| 426 | void CpuInfo::VerifyCpuRequirements() const { return ArchVerifyCpuRequirements(this); } |
| 427 |
no outgoing calls
no test coverage detected