Roll skia/third_party/skcms 17d4b82..f1a2ba9 (1 commits)
https://skia.googlesource.com/skcms.git/+log/17d4b82..f1a2ba9 2018-04-23 mtklein@chromium.org add SKCMS_PROFILE support for ARMv8 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. TBR=stani@google.com Change-Id: Ie331159bbfaf98c86467a8877120ed2c8f8bf8d8 Reviewed-on: https://skia-review.googlesource.com/122991 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>
This commit is contained in:
parent
37bbe7d585
commit
381c953b82
5
third_party/skcms/src/Transform.c
vendored
5
third_party/skcms/src/Transform.c
vendored
@ -22,7 +22,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if defined(__arm__)
|
||||
#if defined(__arm__) || defined(__aarch64__)
|
||||
#include <time.h>
|
||||
static const char* now_units = "ticks";
|
||||
static uint64_t now() { return (uint64_t)clock(); }
|
||||
@ -41,7 +41,8 @@
|
||||
#undef M
|
||||
for (int i = 0; i < ARRAY_COUNT(counts); i++) {
|
||||
if (counts[i]) {
|
||||
fprintf(stderr, "%16s: %12llu %s\n", names[i], counts[i], now_units);
|
||||
fprintf(stderr, "%16s: %12llu %s\n",
|
||||
names[i], (unsigned long long)counts[i], now_units);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
2
third_party/skcms/version.sha1
vendored
2
third_party/skcms/version.sha1
vendored
@ -1 +1 @@
|
||||
17d4b822a04a12b896fdbdbd6a9ae29ac0d8ccdc
|
||||
f1a2ba9622af9012fff682e7dbfdd5a78c09f35e
|
Loading…
Reference in New Issue
Block a user