Searched defs:OSHasAVXSupport (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DHost.cpp170 static bool OSHasAVXSupport() { function
220 bool HasAVX = ((ECX & AVXBits) == AVXBits) && OSHasAVXSupport();

Completed in 84 milliseconds