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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to