/* * 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 … #define SK_OPTS_TARGET_SSSE3 … #define SK_OPTS_TARGET_AVX … #define SK_OPTS_TARGET_HSW … #define SK_OPTS_TARGET_LASX … #endif