81ac3d2a9b
The .align directive takes an argument in number of bits, i.e. the actual alignment is 2^n. Previously building with binutils failed, since 16 isn't a valid parameter to .align, the maximum is 15. Thus, this makes the code try to align to 16 bytes, instead of aligning to 65536 bytes. This fixes building for android. This also clears up the same mistake in the aarch64 code, even though that one built just fine. |
||
---|---|---|
.. | ||
block_add_aarch64_neon.S | ||
intra_pred_aarch64_neon.S |