blob: b5df2b69f0ce3dbc2a6a1b56c14c0747ef88a98b [file] [log] [blame]
herb4d1dd662016-06-23 09:40:30 -07001/*
2 * Copyright 2016 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8#include "SkOpts.h"
9
mtklein0358a6a2016-07-13 08:02:20 -070010#define SK_OPTS_NS avx
herb4d1dd662016-06-23 09:40:30 -070011
12namespace SkOpts {
13 void Init_avx() { }
14}