On Mon, Dec 8, 2014 at 9:43 PM, Timothy Arceri wrote:
> Nowadays GCC assumes stack pointer is 16-byte aligned even on 32-bits, but
> that is an assumption OpenGL drivers (or any dynamic library for that matter)
> can't afford to make as there are many closed- and open- source application
> bina
Nowadays GCC assumes stack pointer is 16-byte aligned even on 32-bits, but
that is an assumption OpenGL drivers (or any dynamic library for that matter)
can't afford to make as there are many closed- and open- source application
binaries out there that only assume 4-byte stack alignment.
V3: mo