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>
diff --git a/third_party/skcms/src/Transform_inl.h b/third_party/skcms/src/Transform_inl.h
index 15f19a0..97b2ea0 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 b4101f7..e72ae03 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