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

/external/llvm/lib/Target/X86/
H A DX86Subtarget.h390 bool hasAVX512() const { return X86SSELevel >= AVX512F; } function in class:llvm::final
409 bool hasAnyFMA() const { return hasFMA() || hasFMA4() || hasAVX512(); }

Completed in 366 milliseconds