cvs commit: src/lib/msun/src s_ceill.c s_floorl.c s_truncl.c src/lib/msun Makefile

Bruce Evans bde at FreeBSD.org
Wed Feb 13 08:56:53 PST 2008


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


More information about the cvs-all mailing list