commit | 20894ae3fa98f82da925fbeb72e616eef509758a | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@android.com> | Mon May 10 17:07:36 2010 -0700 |
committer | David 'Digit' Turner <digit@android.com> | Mon May 10 18:35:07 2010 -0700 |
tree | c55db026ddc60683434f48d6c58cf51677609074 | |
parent | 1368f99ba2c6f29a97ba057d30d4a0235c83a441 [diff] [blame] |
Upstream: HOST_WORDS_ALIGNED -> WORDS_ALIGNED Change-Id: Ica9022695d83fb48a8c25fdb1e1f0dc1c63747ff
diff --git a/target-arm/neon_helper.c b/target-arm/neon_helper.c index 35fbaf5..f32ecd6 100644 --- a/target-arm/neon_helper.c +++ b/target-arm/neon_helper.c
@@ -49,7 +49,7 @@ { \ type v1; \ } neon_##name; -#ifdef WORDS_BIGENDIAN +#ifdef HOST_WORDS_BIGENDIAN #define NEON_TYPE2(name, type) \ typedef struct \ { \