Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 1997 09:35:34 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libF77 r_lg10.c
Message-ID:  <199702241735.JAA02986@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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