[Bug target/54412] Request for 32-byte stack alignment with -mavx on Windows
chi@spin-digital.com
gcc-bugzilla@gcc.gnu.org
Wed Jan 13 22:11:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54412
chi@spin-digital.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |chi@spin-digital.com
--- Comment #14 from chi@spin-digital.com ---
A solution would be to use unaligned loads and stores to stack variables for
256-bit variables and spilled registers. Likely the other compilers are doing
this to make it work.
I would really appreciate such a solution.
More information about the Gcc-bugs
mailing list