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 0/6] Generate Complex functions from a common template.


On Thu, 30 Jun 2016, Paul E. Murphy wrote:

> math-type-macros.h hides much of the complexity of the
> aliasing for the common case, with cpow10 beings the
> exception.  Likewise, some heavily used functions

There's no such function as cpow10.

> Finally, a few functions have some very minor drift
> between the float, double, and ldouble variants. I
> have preserved these in order to keep my sanity
> when validating the generated code has not changed
> meaningifully.

In such cases, the right thing to do is to have preliminary patches that 
only address the drift, so that the comparison is clean in the subsequent 
stages.

-- 
Joseph S. Myers
joseph@codesourcery.com


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