|
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
This instruction is the start of a loop that is not aligned to a 32-byte address boundary. For optimal performance on PPC970, you should align the start of a hot loop using a compiler directive. In CodeWarrior 8, use #pragma function_align 32. In CodeWarrior 9, it is also possible to use 'asm {align 32}' (broken in CodeWarrior 8). With gcc, use the -falign-loops=32 compiler flag (broken in gcc 3.1; gcc 3.3 or later should be used).
_______________________________________________ Do not post admin requests to the list. They will be ignored. Fortran-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
| Home | Archives | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2011 Apple Inc. All rights reserved.