cvs commit: src/lib/msun/src e_hypotf.c
    Bruce Evans 
    bde at FreeBSD.org
       
    Sun Mar 30 10:17:43 PDT 2008
    
    
  
bde         2008-03-30 17:17:42 UTC
  FreeBSD src repository
  Modified files:
    lib/msun/src         e_hypotf.c 
  Log:
  Fix a missing mask in a hi+lo decomposition.  Thus bug made the extra
  precision in software useless, so hypotf() had some errors in the 1-2
  ulp range unless there is extra precision in hardware (as happens on
  i386).
  
  Revision  Changes    Path
  1.11      +1 -1      src/lib/msun/src/e_hypotf.c
    
    
More information about the cvs-all
mailing list