blob: 24b151065226776ac6f34a77f13759dd4f94c1a0 [file]
/*
* 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_ML3 0x04
#define SK_OPTS_TARGET_LASX 0xE0
#endif