commit | b2b6a99dcafe7d2f000538af1616e3b49d6c3836 | [log] [tgz] |
---|---|---|
author | Mike Klein <mtklein@google.com> | Mon Jan 13 16:34:30 2020 -0600 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Jan 14 17:24:45 2020 +0000 |
tree | a896dd53b6a89943a4aff5c454f96d0726a75c7f | |
parent | 118df7cf62abaa5c8a1ff1ebade71cce4f6b7255 [diff] |
impl gather32 for x86 Some TODOs left over to make the scalar tail case better... as is it issues a 256-bit gather for each 32-bit load! I added a trimmed down variant of the existing SkVM_gathers unit test to test just gather32, covering this new JIT code. Change-Id: Iabd2e6a61f0213b6d02d222b9f7aec2be000b70b Reviewed-on: https://skia-review.googlesource.com/c/skia/+/264217 Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Mike Klein <mtklein@google.com>