commit | fd3658b0e4b52b5045b4881900292258ed106f39 | [log] [tgz] |
---|---|---|
author | James Zern <jzern@google.com> | Sat May 02 13:24:16 2015 -0700 |
committer | James Zern <jzern@google.com> | Thu May 07 11:55:08 2015 -0700 |
tree | 2d44fe3f9faa39af60a67f06a79880ec0294be07 | |
parent | 76a08210b667f5c7ce8d64d930382c948dbeaea7 [diff] |
replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED this macro was used inconsistently and only differs in behavior from DECLARE_ALIGNED when an alignment attribute is unavailable. this macro is used with calls to assembly, while generic c-code doesn't rely on it, so in a c-only build without an alignment attribute the code will function as expected. Change-Id: Ie9d06d4028c0de17c63b3a27e6c1b0491cc4ea79