1 # Copyright 2016 Google Inc. 2 # 3 # Use of this source code is governed by a BSD-style license that can be 4 # found in the LICENSE file. 5 6 # Things are easiest for everyone if these source paths are absolute. 7 _src = get_path_info("../src", "abspath") 8 9 none = [] 10 armv7 = [] 11 neon = [] 12 arm64 = [] 13 sse2 = [] 14 15 crc32 = [ "$_src/opts/SkOpts_crc32.cpp" ] 16 ssse3 = [ "$_src/opts/SkOpts_ssse3.cpp" ] 17 sse41 = [ "$_src/opts/SkOpts_sse41.cpp" ] 18 sse42 = [ "$_src/opts/SkOpts_sse42.cpp" ] 19 avx = [ "$_src/opts/SkOpts_avx.cpp" ] 20 hsw = [ "$_src/opts/SkOpts_hsw.cpp" ] 21