[x264-devel] [PATCH 2/2] aarch64 mandates a 16-byte aligned stack

Martin Storsjö martin at martin.st
Thu Oct 1 08:49:55 CEST 2015


On Wed, 30 Sep 2015, Janne Grunau wrote:

> ---
> configure | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configure b/configure
> index 8a362fb..0e9df9d 100755
> --- a/configure
> +++ b/configure
> @@ -750,6 +750,7 @@ case $host_cpu in
>         ;;
>     aarch64)
>         ARCH="AARCH64"
> +        stack_alignment=16
>         if [ "$SYS" = MACOSX ] ; then
>             AS="${AS-${SRCPATH}/tools/gas-preprocessor.pl -arch aarch64 -- ${CC}}"
>             ASFLAGS="$ASFLAGS -DPREFIX"
> -- 
> 2.6.0

I'm also obviously ok with this, in case it matters, and in case anybody 
wondered.

// Martin


More information about the x264-devel mailing list