commit | d7d04dc5ebd05c83b42e9b59b7619462806303be | [log] [tgz] |
---|---|---|
author | Mike Klein <mtklein@google.com> | Tue Jun 04 10:10:19 2019 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Jun 04 16:59:49 2019 +0000 |
tree | da12e23ed807343d8ac2ba4679fab4fb141627aa | |
parent | 7b7077cc36a11b6858a1362a713a2e146e7bf4f8 [diff] |
add mul_unorm8 instruction Another way for an interpreter to go faster is to provide better instructions. mul_unorm8 is one we use all the time. Drops _I32 bench from ~3.6ns/px to ~2.6ns/px. Change-Id: I9d08914c114048b79075796af9ec802236b35706 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/218236 Commit-Queue: Mike Klein <mtklein@google.com> Reviewed-by: Brian Osman <brianosman@google.com>