Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 1996 11:00:09 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/msun/i387 e_exp.S
Message-ID:  <199606011800.LAA13555@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         96/06/01 11:00:08

  Modified:    lib/msun/i387  e_exp.S
  Log:
  Clean up the FP stack before returning.  The i387 exp() leaked an FP
  register on its first call.  Subsequent calls reused the register so
  the leak didn't accumulate.  Fixes PR 1275.
  
  Revision  Changes    Path
  1.3       +2 -1      src/lib/msun/i387/e_exp.S



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