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 04/10] Add new exp and exp2 implementations


On 22/08/18 20:55, Joseph Myers wrote:
On Fri, 6 Jul 2018, Szabolcs Nagy wrote:

-/* Compute e^(x+xx). */
  double
  SECTION
  __exp1 (double x, double xx)

The function still needs the comment giving its semantics; it should not
be removed.

The patch is OK with that change.


Thanks, now committed with that comment added back,
rebased (include fenv.h, NEWS, math/Makefile changes),
and with the ulp updates.


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