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

  /external/skia/src/opts/
opts_check_SSE2.cpp 59 static inline bool hasSSE2() {
64 static inline bool hasSSE2() {
78 static bool gHasSSE2 = hasSSE2();
  /external/llvm/lib/Target/X86/
X86Subtarget.h 198 bool hasSSE2() const { return X86SSELevel >= SSE2; }

Completed in 73 milliseconds