Re: user-defined alignment in gfortran
- From: Timo Schneider <timos@xxxxxxxxxxxxxxx>
- Date: Tue, 29 May 2007 14:10:46 +0000 (UTC)
Tim Prince <timothyprince@xxxxxxxxxxxxx> schrieb:
When you have support for 16-byte alignment built into binutils, the
gcc/gfortran option -mpreferred-stack-boundary=4 [this means 2**4]
should accomplish what you requested.
I don't think so. I don't want to align the stack but data on the heap.
I don't see how gfortran will distinguish between stack and heap
alignments; perhaps your question is more complicated than you have told us.
If so I don't know why. gcc supports __attribute__((aligned(16))) why
shouldn't gfortran have something similar?
Unfortunately most people try to tell me why I don't need alignment, but
I really do need it for the DMA-Transfer stuff on Cell...
Regards,
Timo
.
- Follow-Ups:
- Re: user-defined alignment in gfortran
- From: Steven G. Kargl
- Re: user-defined alignment in gfortran
- References:
- user-defined alignment in gfortran
- From: Timo Schneider
- Re: user-defined alignment in gfortran
- From: Dr Ivan D. Reid
- Re: user-defined alignment in gfortran
- From: Tim Prince
- Re: user-defined alignment in gfortran
- From: Timo Schneider
- Re: user-defined alignment in gfortran
- From: Tim Prince
- user-defined alignment in gfortran
- Prev by Date: OT: Re: newbie question for reading input file
- Next by Date: Re: user-defined alignment in gfortran
- Previous by thread: Re: user-defined alignment in gfortran
- Next by thread: Re: user-defined alignment in gfortran
- Index(es):
Relevant Pages
|
|