/* * Copyright 2018 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "src/core/SkOpts.h" #if !defined(SK_ENABLE_OPTIMIZE_SIZE) #define SK_OPTS_NS … #include "src/opts/SkRasterPipeline_opts.h" namespace SkOpts { void Init_hsw() { … } } // namespace SkOpts #endif // SK_ENABLE_OPTIMIZE_SIZE