cvs commit: src/lib/msun/src k_rem_pio2.c

Bruce Evans bde at FreeBSD.org
Sat Jan 19 20:09:50 PST 2008


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


More information about the cvs-all mailing list