[Bug target/89581] Unneeded stack alignment on windows x86
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89581 Gabriel Ravier changed: What|Removed |Added CC||gabravier at gmail dot com --- Comment
[Bug target/89581] Unneeded stack alignment on windows x86
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89581 --- Comment #1 from Yichao Yu --- The problem is still there when compiled with -O2 ``` f: pushq %rbp vmovq (%r8), %xmm1 movq%rcx, %rax vmovq 8(%r8), %xmm0 vaddsd (%rdx), %xmm1, %xmm1 va