Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Mar 2011 19:37:35 +0000 (UTC)
From:      Steve Kargl <kargl@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/msun Makefile Symbol.map src/lib/msun/src s_cbrtl.c
Message-ID:  <201103121937.p2CJbp7H061420@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kargl       2011-03-12 19:37:35 UTC

  FreeBSD src repository

  Modified files:
    lib/msun             Makefile Symbol.map 
  Added files:
    lib/msun/src         s_cbrtl.c 
  Log:
  SVN rev 219576 on 2011-03-12 19:37:35Z by kargl
  
  Take two.  Add the missing file that should have been committed
  with r219571 and re-enable building of cbrtl.
  
  Implement the long double version for the cube root function, cbrtl.
  The algorithm uses Newton's iterations with a crude estimate of the
  cube root to converge to a result.
  
  Reviewed by:    bde
  Approved by:    das
  
  Revision  Changes    Path
  1.110     +1 -1      src/lib/msun/Makefile
  1.28      +1 -0      src/lib/msun/Symbol.map
  1.1       +157 -0    src/lib/msun/src/s_cbrtl.c (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103121937.p2CJbp7H061420>