aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/opts/SkOpts_avx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/opts/SkOpts_avx.cpp')
-rw-r--r--src/opts/SkOpts_avx.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/opts/SkOpts_avx.cpp b/src/opts/SkOpts_avx.cpp
new file mode 100644
index 0000000000..835e0c0ded
--- /dev/null
+++ b/src/opts/SkOpts_avx.cpp
@@ -0,0 +1,15 @@
+/*
+ * Copyright 2016 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"
+
+#define SK_OPTS_NS sk_avx
+#include "SkBlend_opts.h"
+
+namespace SkOpts {
+ void Init_avx() { }
+}