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: powerpc & unaligned block moves with fp registers


On Friday, October 31, 2003, at 07:47 AM, David Edelsohn wrote:
1. Do we *ever* want to use fp regs for unaligned mem-mem moves?  Is
   there any 32-bit PPC chip where an unaligned 64-bit fp move is
   faster than two (maybe unaligned, maybe mot) 32-bit moves?

What about volatile?

I don't believe 'volatile' requires atomic accesses. You can have objects of
volatile-qualified struct types, and can copy them.



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