Improved x86 SSE build and run-time checks.
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 12 May 2014 14:16:19 +0000 (14:16 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 12 May 2014 14:16:19 +0000 (14:16 +0000)
commitce4402c2fbae8a2bc73b79dc28e0fb9ea9d82c88
treeeb5b013f1dcbd42de7ef386702debe5e68dc27b5
parent5b8d0472521b719a640b2a037d68c8fa1253b5b1
Improved x86 SSE build and run-time checks.

Replaces the current build/run-time checks for SSE level in
opts_check_x86.cpp with a simpler and more future-proof version.
Also adds SSE versions 4.1 and 4.2 to the config file.

Author: henrik.smiding@intel.com

Signed-off-by: Henrik Smiding <henrik.smiding@intel.com>
Committed: http://code.google.com/p/skia/source/detail?r=14644

R=reed@google.com, mtklein@google.com, tomhudson@google.com, djsollen@google.com, joakim.landberg@intel.com

Author: henrik.smiding@intel.com

Review URL: https://codereview.chromium.org/272503006

git-svn-id: http://skia.googlecode.com/svn/trunk@14693 2bbb7eff-a529-9590-31e7-b0007b416f81
include/core/SkPreConfig.h
src/opts/opts_check_x86.cpp