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

  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block_amd64.go 15 var hasAVX2 = checkAVX2()
18 if hasAVX2 && len(p) >= 256 {
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block_amd64.go 15 var hasAVX2 = checkAVX2()
18 if hasAVX2 && len(p) >= 256 {
  /external/llvm/lib/Target/X86/
X86Subtarget.h 389 bool hasAVX2() const { return X86SSELevel >= AVX2; }
392 bool hasInt256() const { return hasAVX2(); }
X86InstrInfo.cpp     [all...]

Completed in 110 milliseconds