On Sun, May 19, 2002 at 07:44:35PM -0400, Albert D. Cahalan wrote:
> Look at "gcc -S" output. It's kind of hard to read though, because
> the compiler uses raw numbers ("6") instead of register names ("r6"
> or "f6").-mregnames; I believe it has worked for at least several years. > The cache manipulation instructions are nice. > Even w/o the extra AltiVec ones, you can do a > lot with 32-byte chunks of memory. If you're willing to assume the cacheline size, which varies between existing PowerPC implementations. -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

