From ce2c5055cee5d5d3c9fc84c1b3eeed4b4d84a827 Mon Sep 17 00:00:00 2001 From: mtklein Date: Mon, 27 Jul 2015 10:52:33 -0700 Subject: Lay groundwork for SkOpts. This doesn't really do anything yet. It's just the CPU detection code, skeleton new .cpp files, and a few little .gyp tweaks. BUG=skia:4117 Review URL: https://codereview.chromium.org/1255193002 --- src/opts/SkOpts_neon.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/opts/SkOpts_neon.cpp (limited to 'src/opts/SkOpts_neon.cpp') diff --git a/src/opts/SkOpts_neon.cpp b/src/opts/SkOpts_neon.cpp new file mode 100644 index 0000000000..3508b35318 --- /dev/null +++ b/src/opts/SkOpts_neon.cpp @@ -0,0 +1,14 @@ +/* + * Copyright 2015 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ + +#include "SkOpts.h" + +namespace SkOpts { + void Init_neon() { + + } +} -- cgit v1.2.3