From owner-cvs-lib Mon Feb 24 09:35:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA02993 for cvs-lib-outgoing; Mon, 24 Feb 1997 09:35:36 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA02986; Mon, 24 Feb 1997 09:35:34 -0800 (PST) Date: Mon, 24 Feb 1997 09:35:34 -0800 (PST) From: Bruce Evans Message-Id: <199702241735.JAA02986@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libF77 r_lg10.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/24 09:35:34 Modified: lib/libF77 r_lg10.c Log: 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. Revision Changes Path 1.3 +2 -2 src/lib/libF77/r_lg10.c