asm block alignment
asm block alignment
- Subject: asm block alignment
- From: Shaun Wexler <email@hidden>
- Date: Tue, 6 Apr 2004 05:57:05 -0700
How can I enforce alignment of __asm__ volatile inline blocks, which
don't seem to be getting optimized with -falign-loops=16 and -o3?
These could be broken into two statements if necessary, so the loop
start would be the first instruction of the second statement, but I
can't come up with an __attribute__ or #pragma that the compiler will
accept. I'm using Xcode 1.1.1 and GCC 3.3.
~thx~
--
Shaun Wexler
MacFOH
http://www.macfoh.com
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.