Fix building intra_pred_sad_3_opt_aarch64_neon.S with gnu binutils
One macro argument was left in the apple syntax.
This commit is contained in:
parent
f8ca91f317
commit
40e74e43d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user