Merge pull request #1028 from mstorsjo/fix-arm64-asm

Fix building intra_pred_sad_3_opt_aarch64_neon.S with gnu binutils
This commit is contained in:
zhilwang 2014-06-27 19:21:15 +08:00
commit 19e593059a

View File

@ -186,7 +186,7 @@
.macro LOAD_CHROMA_DATA arg0, arg1, arg2
sub x9, \arg0, x1
ld1 {\arg1}, [x9] //top_cb
sub x9, $0, #1
sub x9, \arg0, #1
ld1 {\arg2}[8], [x9], x1
ld1 {\arg2}[9], [x9], x1
ld1 {\arg2}[10], [x9], x1
@ -662,4 +662,4 @@ WELS_ASM_ARCH64_FUNC_BEGIN WelsIntra16x16Combined3Satd_AArch64_neon
WELS_ASM_ARCH64_FUNC_END
#endif
#endif