Revert of add dummy avx file so xcode will build (patchset #1 id:1 of https://codereview.chromium.org/916563002/)

Reason for revert:
Going to punt on 16-bit float support for now.  Can't figure out ARM 64.

Original issue's description:
> add dummy avx file so xcode will build
>
> BUG=skia:
>
> Committed: https://skia.googlesource.com/skia/+/a0921f2563701d54e4e022de99f2705f4ada8a6e

TBR=reed@google.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=skia:

Review URL: https://codereview.chromium.org/912213002
This commit is contained in:
mtklein 2015-02-10 18:17:17 -08:00 committed by Commit bot
parent 8ed666d230
commit 94aca69d1e
2 changed files with 0 additions and 3 deletions

View File

@ -84,6 +84,5 @@
'<(skia_src_path)/opts/SkBlitRow_opts_SSE4.cpp',
],
'avx_sources': [
'<(skia_src_path)/opts/SkDummy_opts_AVX.cpp',
],
}

View File

@ -1,2 +0,0 @@
// This file intentionally left blank