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

/external/llvm/lib/Target/X86/
H A DX86Subtarget.h366 bool hasFMA4() const { return HasFMA4; } function in class:llvm::final
367 bool hasAnyFMA() const { return hasFMA() || hasFMA4() || hasAVX512(); }

Completed in 31 milliseconds