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

  /external/skia/src/opts/
opts_check_SSE2.cpp 71 static inline bool hasSSSE3() {
83 static bool gHasSSSE3 = hasSSSE3();
  /external/llvm/lib/Target/X86/
X86Subtarget.h 196 bool hasSSSE3() const { return X86SSELevel >= SSSE3; }

Completed in 191 milliseconds