blob: de3296654febcaf5c37a876b92c2ccd023e498dd [file] [log] [blame]
mtklein8317a182015-07-30 07:30:16 -07001/*
2 * Copyright 2015 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
10namespace SkOpts {
11 void Init_ssse3() {
12
13 }
14}