HomeSort by relevance Sort by last modified time
    Searched defs:hasAVX2 (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/
X86Subtarget.h 260 bool hasAVX2() const { return X86SSELevel >= AVX2; }
263 bool hasInt256() const { return hasAVX2(); }
X86InstrInfo.cpp     [all...]

Completed in 451 milliseconds