Searched refs:AVXBits (Results 1 – 1 of 1) sorted by relevance
216 const unsigned AVXBits = (1 << 27) | (1 << 28); in getHostCPUName() local217 bool HasAVX = ((ECX & AVXBits) == AVXBits) && OSHasAVXSupport(); in getHostCPUName()