OLD | NEW |
---|---|
(Empty) | |
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 } | |
OLD | NEW |