[FFmpeg-cvslog] checkasm: aarch64: Specify alignment for the register_init const array
Martin Storsjö
git at videolan.org
Tue Oct 31 02:04:21 EET 2017
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Thu May 4 20:45:34 2017 +0200| [d05c9cde0e87c23ca42957646bea483dfc09d6bf] | committer: Martin Storsjö
checkasm: aarch64: Specify alignment for the register_init const array
Loads from this strictly doesn't require alignment, but specify it
just for consistency with the arm version.
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d05c9cde0e87c23ca42957646bea483dfc09d6bf
---
tests/checkasm/aarch64/checkasm.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/checkasm/aarch64/checkasm.S b/tests/checkasm/aarch64/checkasm.S
index bc5ed9ea09..327dfc0802 100644
--- a/tests/checkasm/aarch64/checkasm.S
+++ b/tests/checkasm/aarch64/checkasm.S
@@ -22,7 +22,7 @@
#include "libavutil/aarch64/asm.S"
-const register_init
+const register_init, align=4
.quad 0x21f86d66c8ca00ce
.quad 0x75b6ba21077c48ad
.quad 0xed56bb2dcb3c7736
More information about the ffmpeg-cvslog
mailing list