commit | 5553bedf603e1f1a55d2fd6c70c2ca3a831b3801 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Thu Mar 19 12:08:29 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Mar 19 12:08:29 2015 -0700 |
tree | 2b50af8ca66b063c74aa0e5c775463df607fdcc0 | |
parent | 950e986b1bc127af1f484572d2494091957486f9 [diff] |
Sk2x for NEON Also decreases the precision of Sk4f::rsqrt() for speed, keeping Sk4f::sqrt() the same: instead of doing two estimation steps in rsqrt(), do one there and one more in sqrt(). Tests pass on my Nexus 7. float64x2_t is still a TODO for when I get a hold of a Nexus 9. BUG=skia: Review URL: https://codereview.chromium.org/1018423003