android version can also be compiled for x86
and x86 has smaller alignment than arm or a x86_64 host, so needs the MAX_ALIGNMENT_4 to not trigger the static_asserts Change-Id: I5643a33e4975e7bad20693f99fb8bbd5248c7c1c
This commit is contained in:
@@ -31,7 +31,8 @@
|
||||
#if (defined(INTEL) \
|
||||
&& (defined(__GNUC__) && (defined(LINUX) || defined(FREEBSD) || \
|
||||
defined(NETBSD) || defined(OPENBSD) || \
|
||||
defined(DRAGONFLY) || defined(SOLARIS)) \
|
||||
defined(DRAGONFLY) || defined(SOLARIS) || \
|
||||
defined(ANDROID)) \
|
||||
|| defined(MACOSX) )) \
|
||||
|| defined(IOS)
|
||||
#define MAX_ALIGNMENT_4
|
||||
|
Reference in New Issue
Block a user