commit | fbffa6c379baefcb3669cbbd9315d09402acbc8f | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Thu Sep 08 14:15:58 2022 -0400 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Fri Sep 09 15:40:58 2022 +0000 |
tree | 3b9e8dabe8b4dcce22d60bf2f2c9376e66409651 | |
parent | ee9a75856af76cbd9208f66bb23b3228e4fda20c [diff] |
Suppress int overflow warning in matrixProcs Clamping it caused too much of a performance impact in https://skia-review.googlesource.com/c/skia/+/579116 We believe it to be safe, so we are suppressing it. Change-Id: I7ac5a0e085dfe1e93698b9b0fb91c2cff2602985 Bug: 1357122 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/579116 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>