Home
last modified time | relevance | path

Searched refs:IsIntel (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_utils.cpp69 const bool IsIntel = (Ebx == signature_INTEL_ebx) && in hasHardwareCRC32() local
75 if (!IsIntel && !IsAMD) in hasHardwareCRC32()