]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r239192:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 21 Aug 2012 19:45:48 +0000 (19:45 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 21 Aug 2012 19:45:48 +0000 (19:45 +0000)
commit67ae86bfd48b11996e6bee221a1361742494064c
treee8d579e1974c60d4e72dc3e1dd78cab827554b4b
parent697e2b1a497114929b4553893cb389627a5bba79
MFC r239192:

  Change a few extern inline functions in libm to static inline, since
  they need to refer to static constants, which C99 does not allow for
  extern inline functions.

  While here, change a comment in e_rem_pio2f.c to mention the correct
  number of bits.

  Reviewed by: bde

MFC r239195:

  Add __always_inline to __ieee754_rem_pio2() and __ieee754_rem_pio2f(),
  since some older versions of gcc refuse to inline these otherwise.

  Requested by: bde

git-svn-id: svn://svn.freebsd.org/base/stable/9@239529 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/msun/src/e_rem_pio2.c
lib/msun/src/e_rem_pio2f.c
lib/msun/src/k_cosf.c
lib/msun/src/k_sinf.c
lib/msun/src/k_tanf.c
lib/msun/src/math_private.h