mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
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@martin.st>
This commit is contained in:
parent
d7320ca3ed
commit
d05c9cde0e
@ -22,7 +22,7 @@
|
||||
|
||||
#include "libavutil/aarch64/asm.S"
|
||||
|
||||
const register_init
|
||||
const register_init, align=4
|
||||
.quad 0x21f86d66c8ca00ce
|
||||
.quad 0x75b6ba21077c48ad
|
||||
.quad 0xed56bb2dcb3c7736
|
||||
|
Loading…
Reference in New Issue
Block a user