Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DHost.cpp190 static bool OSHasAVXSupport() { in OSHasAVXSupport() function
240 bool HasAVX = ((ECX & AVXBits) == AVXBits) && OSHasAVXSupport(); in getHostCPUName()