blob: 11b25184f831730f7322da3dbd0d5e17ea8ef3b6 [file] [log] [blame]
/*
* Copyright 2023 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkOptsTargets_DEFINED
#define SkOptsTargets_DEFINED
#define SK_OPTS_TARGET_DEFAULT 0x00
#define SK_OPTS_TARGET_SSSE3 0x01
#define SK_OPTS_TARGET_AVX 0x02
#define SK_OPTS_TARGET_HSW 0x04
#endif