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

/external/llvm/lib/Target/X86/
H A DX86Subtarget.h311 bool hasAVX() const { return X86SSELevel >= AVX; } function in class:llvm::final
314 bool hasFp256() const { return hasAVX(); }

Completed in 1827 milliseconds