Skip to content
  • Henrik Gramner's avatar
    Perform stack realignment in every API entry point · ee8856ff
    Henrik Gramner authored
    Unlikely to cause problems in practice, but technically required since the
    compiler is free to use aligned AVX stores to zero local stack-allocated
    variables (when using the appropriate compiler flags) for example.
    ee8856ff