cvs commit: src/lib/msun/src e_sqrt.c e_sqrtl.c math.h

David Schultz das at FreeBSD.org
Sun Mar 2 01:47:59 UTC 2008


das         2008-03-02 01:47:58 UTC

  FreeBSD src repository

  Modified files:
    lib/msun/src         e_sqrt.c math.h 
  Added files:
    lib/msun/src         e_sqrtl.c 
  Log:
  MI implementation of sqrtl(). This is very slow and should
  be overridden when hardware sqrt is available.
  
  Revision  Changes    Path
  1.11      +8 -3      src/lib/msun/src/e_sqrt.c
  1.1       +159 -0    src/lib/msun/src/e_sqrtl.c (new)
  1.70      +1 -1      src/lib/msun/src/math.h


More information about the cvs-all mailing list