Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jan 2008 04:09:44 +0000 (UTC)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/msun/src k_rem_pio2.c
Message-ID:  <200801200409.m0K49k7B036386@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2008-01-20 04:09:44 UTC

  FreeBSD src repository

  Modified files:
    lib/msun/src         k_rem_pio2.c 
  Log:
  Oops, when merging from the float version to the double versions, don't
  forget to translate "float" to "double".
  
  ucbtest didn't detect the bug, but exhaustive testing of the float
  case relative to the double case eventually did.  The bug only affects
  args x with |x| ~> 2**19*(pi/2) on non-i386 (i386 is broken in a
  different way for large args).
  
  Revision  Changes    Path
  1.9       +1 -1      src/lib/msun/src/k_rem_pio2.c



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