/*
 * 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
