cvs commit: src/lib/msun/src math.h

David Schultz das at FreeBSD.org
Tue Mar 1 03:56:26 GMT 2005


das         2005-03-01 03:56:24 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    lib/msun/src         math.h 
  Log:
  MFC math.h,v 1.45
  
    Add and document ilogbl(), a long double version of ilogb().
  
  MFC math.h,v 1.47
  
    Whitespace nit.
  
  MFC math.h,v 1.48
  
    Implement floorl().
  
  MFC math.h,v 1.49
  
    Implement and document ceill().
  
  MFC math.h,v 1.51
  
    Set math_errhandling to MATH_ERREXCEPT.  Now that we have fenv.h, we
    basically support this, subject to gcc's lack of FENV_ACCESS support.
    In any case, the previous setting of math_errhandling to 0 is not
    allowed by POSIX.
  
  MFC math.h,v 1.53
  
    Only annotate pure routines with __pure2.
  
  MFC math.h,v 1.54
  
    Add fma() and fmaf(), which implement a fused multiply-add operation.
  
  Revision  Changes    Path
  1.43.2.2  +39 -34    src/lib/msun/src/math.h


More information about the cvs-src mailing list