Only skip Init_hsw when building for AVX2+

The point of these #if checks is to omit architecture specific
optimizations, when the baseline architecture would encompass them.
Technically, someone could compile for AVX, and we'd have omitted all of
our Haswell+ optimizations, which doesn't make any sense. (In reality, I
don't think anyone is doing this).

Technically, this is still incorrect - Haswell is AVX2, plus a bundle of
other features ... but it's extremely unlikely that someone is targeting
that slice.

Change-Id: I7c81f4b4c44155da811ba9f494e7a8a17b5f4413
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/736256
Auto-Submit: Brian Osman <brianosman@google.com>
Commit-Queue: John Stiles <johnstiles@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: John Stiles <johnstiles@google.com>
1 file changed