blob: d8e6ffac1f84a2ce69d298f9bf40aa9c9f8dd829 [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
#define SK_OPTS_TARGET_LASX 0x08
#endif