Revert "add vzeroupper to GCC builds"

This reverts commit 770177dc9ddc0982d27951bc6855d7fb64bb0bd0.

Reason for revert: didn't seem to help, so going back to tabula rasa.

Original change's description:
> add vzeroupper to GCC builds
> 
> Turning on the HSW code slice improved performance on Clang
> bots but hurt it on GCC bots.  I think it's due to lack of
> vzeroupper, which helps minimize the penalty when switching
> from AVX code back to SSE code.  I saw Clang had them in
> exec_ops_hsw()/run_program() in the places you'd expect,
> but GCC did not.  This adds one manually in GCC builds.
> 
> Change-Id: Ic0e93d991208674f6163929f04c9fd2acfcd0ae1
> Reviewed-on: https://skia-review.googlesource.com/118260
> Reviewed-by: Brian Osman <brianosman@google.com>
> Commit-Queue: Mike Klein <mtklein@chromium.org>

TBR=mtklein@chromium.org,brianosman@google.com

Change-Id: I0c6edb03ab57e3e690b10f817f9c04e1e30f862a
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/118540
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
1 file changed