diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2010-09-22 08:49:59 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2010-09-22 09:01:18 (GMT) |
commit | 9333dd84757086c93b95a60e66f891883c36974e (patch) | |
tree | 8a84de474350913902c47a048a73d920d737567e /src/network | |
parent | 60c195a1865e06026b54a5d8fd0036aaa010b8bc (diff) | |
download | Qt-9333dd84757086c93b95a60e66f891883c36974e.zip Qt-9333dd84757086c93b95a60e66f891883c36974e.tar.gz Qt-9333dd84757086c93b95a60e66f891883c36974e.tar.bz2 |
Update the ICC mkspec: keep the stack aligned to 16-byte
After discussing with Intel, turns out that ICC defaults to aligning
the stack when it needs to (e.g., when issuing aligned operations), but
doesn't care otherwise. GCC, on the other hand, expects the stack to
always be aligned and will issue instructions without checking.
We'll probably add __attribute__((force_align_arg_pointer)) to some
functions in our code, but we won't be able to catch everything.
Reviewed-By: Bradley T. Hughes
Diffstat (limited to 'src/network')
0 files changed, 0 insertions, 0 deletions