This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Unaligned block moves and MEM_ALIGN re-broken


In message <10201251628.AA13105@vlsi1.ultra.nyu.edu>, Richard Kenner writes:
 >     Yes, exactly.  GCC cannot impose alignment rules on modes and types
 >     which do not exist in the target's ABI.  If the target does not
 >     require strict alignment, GCC cannot make any assumptions about the
 >     alignment of modes.
 > 
 > Right.  And algnment is pretty much a "don't care" on those targets.
 > So I don't understand the issue there either.
What I think David is telling you is that the RS6000 is not a 
strict alignment machine due to the way its doubles are handled.

jeff



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]