mtklein | 8317a18 | 2015-07-30 07:30:16 -0700 | [diff] [blame^] | 1 | /* |
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 | |||||
10 | namespace SkOpts { | ||||
11 | void Init_ssse3() { | ||||
12 | |||||
13 | } | ||||
14 | } |