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

  /external/skia/src/opts/
opts_check_x86.cpp 108 * we are building for supports SSSE3. The one exception to this rule is on the
110 * SSSE3 procs) but can be run on a host machine that supports SSSE3
111 * instructions. So for that particular case we disable our SSSE3 options.
139 const bool ssse3 = supports_simd(SK_CPU_SSE_LEVEL_SSSE3); local
143 if (ssse3) {
149 if (ssse3) {
153 if (ssse3) {
159 if (ssse3) {
  /external/flac/libFLAC/include/private/
cpu.h 127 FLAC__bool ssse3; member in struct:__anon12677
139 FLAC__bool ssse3; member in struct:__anon12678

Completed in 82 milliseconds