[x264-devel] [PATCH] aarch64: Specify alignment for the register_init const array

Martin Storsjö martin at martin.st
Thu May 4 20:45:22 CEST 2017


Loads from this strictly doesn't require alignment, but specify it
just for consistency with the arm version.
---
 tools/checkasm-aarch64.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/checkasm-aarch64.S b/tools/checkasm-aarch64.S
index d1105af5..db4a33d4 100644
--- a/tools/checkasm-aarch64.S
+++ b/tools/checkasm-aarch64.S
@@ -25,7 +25,7 @@
 
 #include "../common/aarch64/asm.S"
 
-const register_init
+const register_init, align=4
 .quad 0x21f86d66c8ca00ce
 .quad 0x75b6ba21077c48ad
 .quad 0xed56bb2dcb3c7736
-- 
2.11.0 (Apple Git-81)



More information about the x264-devel mailing list