blob: 849f5356502bcf8cf006314530c3e72cf7a96d7b [file] [log] [blame]
/*
* Copyright 2020 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"
#define SK_OPTS_NS skx
#include "src/opts/SkVM_opts.h"
namespace SkOpts {
void Init_skx() {
interpret_skvm = SK_OPTS_NS::interpret_skvm;
}
} // namespace SkOpts