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

Bruce Evans bde at FreeBSD.org
Thu Feb 7 17:45:53 PST 2008


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


More information about the cvs-all mailing list