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]

Re: powerpc & unaligned block moves with fp registers



> Yes.  I'd recommend using 32 rather than 64 as the alignment cutoff
> in DJ Delorie's patch; a 32-bit-aligned lfd/stfd does not trap.[*]
> 
> [*] at least, on the 750/7400/7450; I haven't gone back farther.

For this patch, it's important to know what is guaranteed across all
chips, else we'd have to figure out a way to make it configurable.
Perhaps we could make it a -m option, and default it according to
-mcpu?


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