From 62b7239ed1ad099aac8369166223626be9c6ce79 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Mon, 18 Oct 2021 13:27:08 -0700 Subject: [PATCH] Adjust M1 alignment for better performance --- thirdparty/libcontext/libcontext.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/thirdparty/libcontext/libcontext.cpp b/thirdparty/libcontext/libcontext.cpp index cce7bd59da..64e66a8fc6 100644 --- a/thirdparty/libcontext/libcontext.cpp +++ b/thirdparty/libcontext/libcontext.cpp @@ -533,9 +533,8 @@ __asm ( #if defined(LIBCONTEXT_PLATFORM_apple_arm64) && defined(LIBCONTEXT_COMPILER_gcc) __asm ( -".cpu generic+fp+simd\n" ".text\n" -".align 2\n" +".balign 16\n" ".global _jump_fcontext\n" "_jump_fcontext:\n" " # prepare stack for GP + FPU\n"