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]

Re: Loop unrolling and asm


On Tue, Mar 10, 1998 at 10:38:32AM +0100, Christian Iseli wrote:
> Now the question: how do you go about including an asm with labels
> in a loop that will be unrolled?

Use local labels if your assembler supports them (jcc 1f; blah; 1:).
Otherwise you are out o luck.


r~


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