Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchecksum.cpp50 const bool IsAMD = (Ebx == signature_AMD_ebx) && (Edx == signature_AMD_edx) && in hasHardwareCRC32() local
55 if (!IsIntel && !IsAMD && !IsHygon) in hasHardwareCRC32()