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: Cleanup: use actual power8 assembly mnemonics


On Mon, Jul 01 2019, Adhemerval Zanella wrote:
>
> I still think it is better to add an assembler check similar to the 
> compiler one on sysdeps/powerpc/powerpc64/le/configure.ac for the required
> instructions. 

Although the idea of such a check sounds good to me, the check would be
for xssqrtqp, an instruction that has *not* been added by this commit,
but by an old commit (f819dbea0a58).  So I think the addition of the
check belongs in a different patch, because this patch works correctly
with the current minimum binutils version, i.e. binutils-2.25.

Does that sound good to you?

Maybe I'm nitpicking (sorry if I am, it's not my intention) but I think
that these problems are semantically independent and should be in
different commits.


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