commit 1593ab8

Michael Forney  ·  2026-05-05 17:59:02 +0000 UTC
parent 75bebd9
dav1d: Set STACK_ALIGNMENT to 16

We don't pass -mstack-alignment to raise the alignment, and all
architectures we support (x86_64, aarch64, and riscv64) use 16-byte
aligned stacks.
1 files changed,  +1, -1
+1, -1
1@@ -16,4 +16,4 @@
2 #define HAVE_DLSYM 1
3 #define HAVE_POSIX_MEMALIGN 1
4 #define HAVE_UNISTD_H 1
5-#define STACK_ALIGNMENT 32
6+#define STACK_ALIGNMENT 16