OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:supports_simd
(Results
1 - 1
of
1
) sorted by null
/external/skia/src/opts/
opts_check_x86.cpp
99
static inline bool
supports_simd
(int minLevel) {
function
123
if (
supports_simd
(SK_CPU_SSE_LEVEL_SSE2)) {
136
if (!
supports_simd
(SK_CPU_SSE_LEVEL_SSE2)) {
139
const bool ssse3 =
supports_simd
(SK_CPU_SSE_LEVEL_SSSE3);
190
if (
supports_simd
(SK_CPU_SSE_LEVEL_SSE2)) {
208
if (
supports_simd
(SK_CPU_SSE_LEVEL_SSE2)) {
230
if (
supports_simd
(SK_CPU_SSE_LEVEL_SSE41)) {
233
if (
supports_simd
(SK_CPU_SSE_LEVEL_SSE2)) {
243
if (
supports_simd
(SK_CPU_SSE_LEVEL_SSE2)) {
Completed in 355 milliseconds