You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Increase __cilkrts_stack_frame alignment to ABI alignment of stack pointer.
All the __cilkrts_stack_frame objects are aligned on the stack.
There is no cost to increasing their alignment and the compiler
might generate better code. This alignment is only used within
a module. The runtime will use whatever value is declared in C code.
0 commit comments