Re: user-defined alignment in gfortran
- From: kargl@xxxxxxxxxxxxxxxxxxxxxxxxxxxx (Steven G. Kargl)
- Date: Tue, 29 May 2007 14:32:42 +0000 (UTC)
In article <slrnf5oclv.au0.timos@xxxxxxxxxxxxxxxx>,
Timo Schneider <timos@xxxxxxxxxxxxxxx> writes:
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...
You're asking for info of in the wrong forum. Try posting to
gcc at gcc.gnu.org and fortran at gcc.gnu.org.
--
Steve
http://troutmask.apl.washington.edu/~kargl/
.
- Follow-Ups:
- Re: user-defined alignment in gfortran
- From: Timo Schneider
- 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
- Re: user-defined alignment in gfortran
- From: Timo Schneider
- user-defined alignment in gfortran
- Prev by Date: Re: user-defined alignment in gfortran
- Next by Date: IF statements
- Previous by thread: Re: user-defined alignment in gfortran
- Next by thread: Re: user-defined alignment in gfortran
- Index(es):
Relevant Pages
|