bde         2008-02-13 16:56:52 UTC

  FreeBSD src repository

  Modified files:
    lib/msun/src         s_ceill.c s_floorl.c s_truncl.c 
    lib/msun             Makefile 
  Log:
  On arches where long double is the same as double, alias ceil(), floor()
  and trunc() to the corresponding long double functions.  This is not
  just an optimization for these arches.  The full long double functions
  have a wrong value for `huge', and the arches without full long doubles
  depended on it being wrong.
  
  Revision  Changes    Path
  1.87      +7 -6      src/lib/msun/Makefile
  1.6       +4 -0      src/lib/msun/src/s_ceill.c
  1.5       +4 -0      src/lib/msun/src/s_floorl.c
  1.6       +4 -0      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