diff options
author | skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com <skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> | 2018-05-17 17:11:40 +0000 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-05-17 17:55:43 +0000 |
commit | 29ede9b0c31c611bbd56799676c3b0b35bc20942 (patch) | |
tree | da34759b3369faec1613909fad20ebe094b50590 | |
parent | 2b937f54c217faa97f2087656db1c8117513e703 (diff) |
Roll skia/third_party/skcms 14afdb8..06d773b (1 commits)
https://skia.googlesource.com/skcms.git/+log/14afdb8..06d773b
2018-05-17 mtklein@chromium.org add android.fp16 build
The AutoRoll server is located here: https://skcms-skia-roll.skia.org
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=master.tryserver.blink:linux_trusty_blink_rel
TBR=herb@google.com
Change-Id: Iba574756d324fb12f2091a9af6d5f4da4a8b8f7d
Reviewed-on: https://skia-review.googlesource.com/128965
Commit-Queue: skcms-skia-autoroll <skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Reviewed-by: skcms-skia-autoroll <skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
-rw-r--r-- | third_party/skcms/src/Transform_inl.h | 4 | ||||
-rwxr-xr-x | third_party/skcms/version.sha1 | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/third_party/skcms/src/Transform_inl.h b/third_party/skcms/src/Transform_inl.h index 15f19a0638..97b2ea0c07 100644 --- a/third_party/skcms/src/Transform_inl.h +++ b/third_party/skcms/src/Transform_inl.h @@ -25,6 +25,10 @@ // NS(id): a macro that returns unique identifiers // ATTR: an __attribute__ to apply to functions +#if defined(__ARM_FEATURE_FP16_VECTOR_ARITHMETIC) + // TODO(mtklein): this build supports FP16 compute +#endif + #if defined(__ARM_NEON) #include <arm_neon.h> #elif defined(__SSE__) diff --git a/third_party/skcms/version.sha1 b/third_party/skcms/version.sha1 index b4101f75d4..e72ae03313 100755 --- a/third_party/skcms/version.sha1 +++ b/third_party/skcms/version.sha1 @@ -1 +1 @@ -14afdb89fc0cac18433e5e932552f9cdbf5d3bf8
\ No newline at end of file +06d773bdba22d7d60599a3da5c8475bba3f45934
\ No newline at end of file |