Roll skia/third_party/skcms 6f11cd0ed7d0..e5dd04f43880 (2 commits)
https://skia.googlesource.com/skcms.git/+log/6f11cd0ed7d0..e5dd04f43880 2018-08-07 mtklein@google.com fix gcc.avx512 builds 2018-08-07 mtklein@google.com add tricky 5-point profile to test set 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=djsollen@google.com Change-Id: I2ceb90d6e3e53b79db67242d4bf0b15fc4555eb2 Reviewed-on: https://skia-review.googlesource.com/145803 Reviewed-by: skcms-skia-autoroll <skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skcms-skia-autoroll <skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
This commit is contained in:
parent
1b016d50b9
commit
89515a5249
2
third_party/skcms/src/Transform_inl.h
vendored
2
third_party/skcms/src/Transform_inl.h
vendored
@ -93,7 +93,7 @@ SI ATTR D cast(const S& v) {
|
||||
return D{v[0],v[1],v[2],v[3], v[4],v[5],v[6],v[7]};
|
||||
#elif N == 16
|
||||
return D{v[0],v[1],v[ 2],v[ 3], v[ 4],v[ 5],v[ 6],v[ 7],
|
||||
v[8],v[9],v[10],v[11], v[12],v[13],v[14],v[15]}; }
|
||||
v[8],v[9],v[10],v[11], v[12],v[13],v[14],v[15]};
|
||||
#endif
|
||||
}
|
||||
|
||||
|
2
third_party/skcms/version.sha1
vendored
2
third_party/skcms/version.sha1
vendored
@ -1 +1 @@
|
||||
6f11cd0ed7d0a921d85384b095697ba395fb5dd9
|
||||
e5dd04f438804341b84c74faa1b8d665f3ee03ee
|
Loading…
Reference in New Issue
Block a user