Skip to content
  • Henrik Gramner's avatar
    x86inc: Support arbitrary stack alignments · 7c860f07
    Henrik Gramner authored
    If the stack is known to be at least 32-byte aligned we can safely store ymm
    registers on the stack without doing manual alignment.
    
    Change ALLOC_STACK to always align the stack before allocating stack space for
    consistency. Previously alignment would occur either before or after allocating
    stack space depending on whether manual alignment was required or not.
    7c860f07