bde         2008-02-08 01:45:52 UTC

  FreeBSD src repository

  Modified files:
    lib/msun/src         s_truncl.c 
  Log:
  Fix truncl() when the result should be -0.0L.  When the result is +-0.0L,
  it must have the same sign as the arg in all rounding modes, but it was
  always +0.0L.
  
  Revision  Changes    Path
  1.5       +2 -1      src/lib/msun/src/s_truncl.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