commit | 86d0cb8325d04a7adf10534f9379855733201c7d | [log] [tgz] |
---|---|---|
author | Johann <johannkoenig@google.com> | Mon Jun 01 16:24:49 2015 -0700 |
committer | Johann Koenig <johannkoenig@google.com> | Tue Jun 02 00:02:55 2015 +0000 |
tree | c7c323d5317318af31b3f674eb5df95ff4713495 | |
parent | cbebbff025cee750b3744809dfbfc829ffe29098 [diff] |
Disable neon bilinear 4x4 Clang adds alignment hints when casting up the loads/stores. Although this should be safe for most paths, it's causing some crashes. Either the source of the misalignment needs to be determined and adjusted or the intrinsics need to be rewritten to avoid using the cast to load the data. BUG=817,892 Change-Id: Ia3aa824d6a4cd97e14325ff49dc730b6f85ec7e8