Messages in this thread |  | | Date | Thu, 13 Feb 1997 12:25:32 +0100 (MET) | From | Ingo Molnar <> | Subject | Re: CONUNDRUM. |
| |
On Thu, 13 Feb 1997, Bernd Schmidt wrote:
> The latest pgcc snapshot has an option "-mstack-align-double" which tries to > keep the stack alignment at 64 bits throughout the whole program. There are > some problems with that option yet, I think they'll be sorted out in the next > version.
i guess this is enough until the compiler does it right:
#define double double __attribute__ ((aligned (8)))
-- mingo
|  |