commit | 6885a1e7c04450c0377a85d3ec8698badc58cbea | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Tue Oct 27 13:06:47 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Oct 27 13:06:47 2015 -0700 |
tree | 16faa896b72817b2d6985722a364fd6e585fa0c8 | |
parent | 35e5d1b4495478ca3bede66914ae07f50a447c4d [diff] |
Make SK_PREFETCH work on Windows too. - Use _mm_prefetch() if available, e.g. with MSVC. - Some other tidying up. No public API changes. TBR=reed@google.com BUG=skia: Review URL: https://codereview.chromium.org/1427663002