diff --git a/gyp/opts.gypi b/gyp/opts.gypi index 9e1f63ea85..6b1dbd77c3 100644 --- a/gyp/opts.gypi +++ b/gyp/opts.gypi @@ -84,5 +84,6 @@ '<(skia_src_path)/opts/SkBlitRow_opts_SSE4.cpp', ], 'avx_sources': [ + '<(skia_src_path)/opts/SkDummy_opts_AVX.cpp', ], } diff --git a/src/opts/SkDummy_opts_AVX.cpp b/src/opts/SkDummy_opts_AVX.cpp new file mode 100644 index 0000000000..9ff6dc1eb9 --- /dev/null +++ b/src/opts/SkDummy_opts_AVX.cpp @@ -0,0 +1,2 @@ + +// This file intentionally left blank