This is the mail archive of the gcc-patches@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: PATCH:[darwin] fix load of a misaligned double word


On Jan 19, 2004, at 3:14 PM, Geoff Keating wrote:
4. It's faster to copy a value using GPRs than FPRs in many cases.

Slower in other cases:


double a[100];
main() {
  int i;
  for (i=0; i<100; i++)
    a[i] = 3.0;
}

Try it.


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