cvs commit: src/lib/msun/src s_logb.c s_logbf.c

Bruce Evans bde at FreeBSD.org
Sat Dec 3 11:57:20 GMT 2005


bde         2005-12-03 11:57:19 UTC

  FreeBSD src repository

  Modified files:
    lib/msun/src         s_logb.c s_logbf.c 
  Log:
  Fixed fdlibm[+cygnus] logbf() and logb() on denormals.  Adjustment
  according to the highest nonzero bit in a denormal was missing.
  
  fdlibm ilogbf() and ilogb() have always had the adjustment, but only
  use a small part of their method for handling denormals; use the
  normalization method in log[f]() for the main part.
  
  Revision  Changes    Path
  1.10      +10 -4     src/lib/msun/src/s_logb.c
  1.8       +10 -4     src/lib/msun/src/s_logbf.c


More information about the cvs-src mailing list