The maximum alignment for ARM NEON data types should be 64-bits as specified in ARM procedure call standard document Sec. A.2 Notes [1]. This patch fixes it from its current larger natural default values.
[1] http://infocenter.arm.com/help/topic/com.arm.doc.ihi0042f/IHI0042F_aapcs.pdf
This should not be set for Android targets. Doing so would break our existing ABI.