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] powerpc: Add a POWER8-optimized version of expf()



On 06/27/2016 08:33 AM, Tulio Magno Quites Machado Filho wrote:
> "Paul E. Murphy" <murphyp@linux.vnet.ibm.com> writes:
>> Similarly, the formatting seems inconsistent with
>> the other PPC asm.
> 
> Could you give me more details, please?
> 


I.e randomly choosing an existing file,
sysdeps/powerpc/powerpc64/power8/strcmp.S

Primarily, it is the spacing between operands and operations.
Almost all assembler files I've come across put a tab between
the opcode and the first operand.  This patch uses spaces
exclusively.


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