commit | c8d66d35538c274b6946fba88a0a317c84b847ae | [log] [tgz] |
---|---|---|
author | skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> | Wed May 15 14:07:54 2019 +0000 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed May 15 14:38:17 2019 +0000 |
tree | 9b1a55abf06f46047454cd98fbc04389b94d133a | |
parent | b9ce40a9681566c9e8f26bb1f4e88838a6afc1c2 [diff] |
Roll skia/third_party/skcms 853f66269c16..1578d6b6f5dd (1 commits) https://skia.googlesource.com/skcms.git/+log/853f66269c16..1578d6b6f5dd 2019-05-15 mtklein@google.com Add SSE2 and SSE4.1 limited builds. The AutoRoll server is located here: https://autoroll.skia.org/r/skcms-skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel TBR=michaelludwig@google.com,mtklein@google.com Change-Id: I94326cc533c199b68f77f6d5cb431b4424900560 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/213851 Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/third_party/skcms/skcms.cc b/third_party/skcms/skcms.cc index 3d97dd1..2a68439 100644 --- a/third_party/skcms/skcms.cc +++ b/third_party/skcms/skcms.cc
@@ -1875,6 +1875,7 @@ // Now, instantiate any other versions of run_program() we may want for runtime detection. #if !defined(SKCMS_PORTABLE) && \ + !defined(SKCMS_NO_RUNTIME_CPU_DETECTION) && \ (( defined(__clang__) && __clang_major__ >= 5) || \ (!defined(__clang__) && defined(__GNUC__))) \ && defined(__x86_64__)
diff --git a/third_party/skcms/version.sha1 b/third_party/skcms/version.sha1 index ee72efe..4ba0b64 100755 --- a/third_party/skcms/version.sha1 +++ b/third_party/skcms/version.sha1
@@ -1 +1 @@ -853f66269c1668b7e4a14e3397bcdad5200bfc0a \ No newline at end of file +1578d6b6f5dd3ab3a9f1bace40fbf1301fa92b42 \ No newline at end of file