Flutter Engine
The Flutter Engine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Macros
SkOptsTargets.h File Reference

Go to the source code of this file.

Macros

#define SK_OPTS_TARGET_DEFAULT   0x00
 
#define SK_OPTS_TARGET_SSSE3   0x01
 
#define SK_OPTS_TARGET_AVX   0x02
 
#define SK_OPTS_TARGET_HSW   0x04
 

Macro Definition Documentation

◆ SK_OPTS_TARGET_AVX

#define SK_OPTS_TARGET_AVX   0x02

Definition at line 13 of file SkOptsTargets.h.

◆ SK_OPTS_TARGET_DEFAULT

#define SK_OPTS_TARGET_DEFAULT   0x00

Definition at line 11 of file SkOptsTargets.h.

◆ SK_OPTS_TARGET_HSW

#define SK_OPTS_TARGET_HSW   0x04

Definition at line 14 of file SkOptsTargets.h.

◆ SK_OPTS_TARGET_SSSE3

#define SK_OPTS_TARGET_SSSE3   0x01

Definition at line 12 of file SkOptsTargets.h.