Focus disabled optimizations on just BGRAConvolve2D, and only 32-bit.
authormtklein <mtklein@chromium.org>
Wed, 25 Jun 2014 16:14:28 +0000 (09:14 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 25 Jun 2014 16:14:28 +0000 (09:14 -0700)
commit2b8a3b8f26658e2933234e97d5d2c0b58935baf4
treed3ff307c2231244d1ffdf3124f67a23175d74531
parent3da21d2b62270c993167e98b28a3b6a0967f847f
Focus disabled optimizations on just BGRAConvolve2D, and only 32-bit.

Last CL accidentally disabled autovectorization on 64-bit builds too.
This fixes that.

BUG=skia:2575
R=rmistry@google.com, mtklein@google.com

Author: mtklein@chromium.org

Review URL: https://codereview.chromium.org/353823005
gyp/core.gyp
src/core/SkConvolver.cpp