avx and avx2 detection
authormtklein <mtklein@chromium.org>
Sat, 7 Nov 2015 03:48:19 +0000 (19:48 -0800)
committerCommit bot <commit-bot@chromium.org>
Sat, 7 Nov 2015 03:48:19 +0000 (19:48 -0800)
commit844a0b425741f07cb233332405143931586bbb7d
tree31a0d210845bdc2dc94cdd68d43e02b13bbd984a
parentd75ccc6a0a2eb166234d919ffd3f62ed39dd3a6e
avx and avx2 detection

This doesn't do anything yet beyond print out a message in Debug mode,
but it's a start.  Those messages should match the -SSE4-, -AVX-, or -AVX2- in
the Test-...-Debug-Trybots below.  The Release ones are just running by accident.

So far they look right to me.

BUG=skia:

Review URL: https://codereview.chromium.org/1428153003
src/core/SkOpts.cpp