]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Oops, I thought I was fixing the double precision lg10 in the
authorBruce Evans <bde@FreeBSD.org>
Mon, 24 Feb 1997 17:35:33 +0000 (17:35 +0000)
committerBruce Evans <bde@FreeBSD.org>
Mon, 24 Feb 1997 17:35:33 +0000 (17:35 +0000)
commit9e2d0733c538d60b75623f0a3d222786f3375435
tree9751693fac70650b93786f65495b1a10a7aaaf55
parent9135a51377a8c9196105d523694bed6ed1927f41
Oops, I thought I was fixing the double precision lg10 in the
previous revision.  Use log10f() instead of log10().  log10f() is
currently slightly slower than log10() on P5's, but it is potentially
significantly faster.

Fixed declaration of the C function used in the (unused?) KR_headers
case.
lib/libF77/r_lg10.c