opts.gni 544 B

1234567891011121314151617181920
  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. # Things are easiest for everyone if these source paths are absolute.
  6. _src = get_path_info("../src", "abspath")
  7. none = []
  8. armv7 = []
  9. neon = []
  10. arm64 = []
  11. sse2 = []
  12. crc32 = [ "$_src/opts/SkOpts_crc32.cpp" ]
  13. ssse3 = [ "$_src/opts/SkOpts_ssse3.cpp" ]
  14. sse41 = [ "$_src/opts/SkOpts_sse41.cpp" ]
  15. sse42 = [ "$_src/opts/SkOpts_sse42.cpp" ]
  16. avx = [ "$_src/opts/SkOpts_avx.cpp" ]
  17. hsw = [ "$_src/opts/SkOpts_hsw.cpp" ]