Skip to content
  • Lorenz Huedepohl's avatar
    Fix another alignment issue · 53986264
    Lorenz Huedepohl authored
    There was again a case where stack-variables were loaded with
    instructions that needed properly aligned memory. This only surfaced
    with the Intel C compiler, where the stack layout evidently was
    sufficiently different to trigger this.
    
    This was also the case for SSE kernels
    53986264