commit | 950e986b1bc127af1f484572d2494091957486f9 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Thu Mar 19 12:03:29 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Mar 19 12:03:29 2015 -0700 |
tree | 0582bdf3195aa70c53c4a2e18ca447035c63b824 | |
parent | a402e7654d2ce6a43f44a9e6e0ef44ca9ff12afa [diff] |
Port to real Sk2f. The bench improves from 39 to 30, about half from porting to Sk2f, half from x.add(x) instead of x.multiply(two). Remove Sk4f Load2/store2 now that we have Sk2f. BUG=skia: Review URL: https://codereview.chromium.org/1019773004