This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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 V2 3/3] sparc: M7 optimized memcpy/mempcpy/memmove/memset/bzero.


    From: "Jose E. Marchesi" <jose.marchesi@oracle.com>
    Date: Mon, 15 Feb 2016 08:32:55 -0800
    
    > +.Lwr_loop_rest:
    > +	EX_ST(STORE_ASI(%o1,%o5+8+8))
    > +        sub     %o4, 64, %o4
    > +        EX_ST(STORE_ASI(%o1,%o5+16+8))
    
    Can you please indent all of this assembler code correctly?
    
    Use tabs for most instructions, and an extra space for instructions
    that sit in a branch/call/jmpl delay slot.
    
Sure thing :)


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