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 9none = [] 10armv7 = [] 11neon = [] 12arm64 = [] 13sse2 = [] 14 15crc32 = [ "$_src/opts/SkOpts_crc32.cpp" ] 16ssse3 = [ "$_src/opts/SkOpts_ssse3.cpp" ] 17sse41 = [ "$_src/opts/SkOpts_sse41.cpp" ] 18sse42 = [ "$_src/opts/SkOpts_sse42.cpp" ] 19avx = [ "$_src/opts/SkOpts_avx.cpp" ] 20hsw = [ "$_src/opts/SkOpts_hsw.cpp" ] 21