This is the mail archive of the libc-alpha@sources.redhat.com 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] PPC64 Use hardware sqrt.


Steve Munroe wrote:

> in e_sqrt. Is this an more "legitimate" then powerpc putting all the code
> in w_sqrt and having an empty e_sqrt?

I did this for the ia64 code since the whole libm in theory could be
replaced and then it handles all the error stuff itself.

If your implementation really does everything the wrapper +
implementation does today (and the test suite does not test everything)
then keep the code as is, make w_sqrt empty or the other way around.
But you have to be aware that any ommission means binary imcompatibility.

-- 
â Ulrich Drepper â Red Hat, Inc. â 444 Castro St â Mountain View, CA â


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