Revert of Start to vectorize SkTileGrid. (patchset #45 id:1430002 of https://coderevi...
authormtklein <mtklein@google.com>
Thu, 16 Oct 2014 22:27:47 +0000 (15:27 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 16 Oct 2014 22:27:47 +0000 (15:27 -0700)
commit234819990753fed96978b691d8ff8f7a57897fcb
tree6658846b90529d06b19f0e084a30890bc56fe7f6
parent90c7992bfc6330f070f7704d63372a0ec8410170
Revert of Start to vectorize SkTileGrid. (patchset #45 id:1430002 of https://codereview.chromium.org/634543004/)

Reason for revert:
Many GCC bots missing __builtin_shuffle, e.g. Test-Ubuntu12-ShuttleA-GTX660-x86-Debug-Trybot.

Original issue's description:
> Start to vectorize SkTileGrid.
>
> This adds Sk4x.h to help.
>
> BUG=skia:
>
> Committed: https://skia.googlesource.com/skia/+/90c7992bfc6330f070f7704d63372a0ec8410170

TBR=reed@google.com,mtklein@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=skia:

Review URL: https://codereview.chromium.org/663663002
bench/GeometryBench.cpp
gyp/common_conditions.gypi
include/core/SkTypes.h
src/core/Sk4x.h [deleted file]
src/core/Sk4x_clang.h [deleted file]
src/core/Sk4x_gcc.h [deleted file]
src/core/Sk4x_portable.h [deleted file]
src/core/SkTileGrid.cpp
src/core/SkTileGrid.h