commit | f7f6b0cef0853008f857dc4a2622e7888a37c627 | [log] [tgz] |
---|---|---|
author | Bo Xu <bo_xu@foxitsoftware.com> | Wed Jul 23 13:05:23 2014 -0700 |
committer | Bo Xu <bo_xu@foxitsoftware.com> | Wed Jul 23 13:05:23 2014 -0700 |
tree | d399a34c695754ef13d7494b0e0fb3aad0aa36bd | |
parent | 10e6c7cce60cf54a7c2e883fa02101bb2921f195 [diff] |
Remove unnecessary aligned memory check when __SSE__ is used Since the land of https://pdfium.googlesource.com/pdfium/+/3522876d5291922ddc62bf1b70d02743b0850673, memory is assured to be 16 byte aligned. So no need to do this check. Plus, the removed code was causing bug in M36: https://code.google.com/p/pdfium/issues/detail?id=27. BUG=None R=thestig@chromium.org Review URL: https://codereview.chromium.org/418563002