Fix for unaligned automatic variable address in SSE routines. This used to work on...
authormarco.diiga <marco.diiga@gmail.com>
Mon, 21 Mar 2016 13:04:43 +0000 (06:04 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 21 Mar 2016 13:04:43 +0000 (06:04 -0700)
commitf8ee67edb8e5fed34bf4d5208bce89ea8be1ac1e
tree29872f02ba09786d8a72419ca15c186d4eae95ad
parent2c9c469cc91716c3b3637562b62b549016a9967f
Fix for unaligned automatic variable address in SSE routines. This used to work on linux but crashed on windows when rendering antialiased glyphs. I tracked the problem down to an alignment issue.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1817813002

Review URL: https://codereview.chromium.org/1817813002
AUTHORS
src/opts/SkOpts_sse41.cpp