Browse Source

Adjust M1 alignment for better performance

6.0.7
Seth Hillbrand 4 years ago
parent
commit
62b7239ed1
  1. 3
      thirdparty/libcontext/libcontext.cpp

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

Loading…
Cancel
Save