Adjust M1 alignment for better performance

This commit is contained in:
Seth Hillbrand 2021-10-18 13:27:08 -07:00
parent 686ed9f17a
commit 62b7239ed1
1 changed files with 1 additions and 2 deletions

View File

@ -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"