Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jul 2018 18:27:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        numerics@FreeBSD.org
Subject:   [Bug 229876] [libm] Fix powl, cpow, cpowf, and cpowl imports from OpenBSD
Message-ID:  <bug-229876-18636-v2956S1sFz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229876-18636@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229876-18636@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229876

--- Comment #5 from commit-hook@freebsd.org ---
A commit references this bug:

Author: dim
Date: Fri Jul 20 18:27:31 UTC 2018
New revision: 336563
URL: https://svnweb.freebsd.org/changeset/base/336563

Log:
  Recommit r336497: Fix powl, cpow, cpowf, and cpowl imports from OpenBSD

  This is a follow-up to r336299.

  * lib/msun/Makefile:
    . Remove polevll.c

  * lib/msun/ld80/e_powl.c:
    . Copy contents of polevll.c to here.  This is the only consumer of
      these functions.  Make functions 'static inline'.
    . Make reducl a 'static inline' function.

  * lib/msun/man/exp.3:
    . Remove BUGS section that no longer applies.

  * lib/msun/src/math_private.h:
    . Remove prototypes of __p1evll() and __polevll()

  * lib/msun/src/s_cpow.c:
  * lib/msun/src/s_cpowf.c:
  * lib/msun/src/s_cpowl.c
    . Include math_private.h.
    . Use the CMPLX macro from either C99 or math_private.h (depends on
      compiler support) instead of the problematic use of complex I.

  Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
  PR:           229876
  MFC after:    1 week

Changes:
  head/lib/msun/Makefile
  head/lib/msun/ld80/e_powl.c
  head/lib/msun/man/exp.3
  head/lib/msun/src/math_private.h
  head/lib/msun/src/polevll.c
  head/lib/msun/src/s_cpow.c
  head/lib/msun/src/s_cpowf.c
  head/lib/msun/src/s_cpowl.c

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229876-18636-v2956S1sFz>