cvs commit: src/lib/msun/ld80 s_exp2l.c src/lib/msun/ld128 s_exp2l.c src/lib/msun/src math.h s_exp2.c

David Schultz das at FreeBSD.org
Fri Jan 18 13:42:46 PST 2008


das         2008-01-18 21:42:46 UTC

  FreeBSD src repository

  Modified files:
    lib/msun/src         math.h s_exp2.c 
  Added files:
    lib/msun/ld80        s_exp2l.c 
    lib/msun/ld128       s_exp2l.c 
  Log:
  Implement exp2l(). There is one version for machines with 80-bit
  long doubles (i386, amd64, ia64) and one for machines with 128-bit
  long doubles (sparc64). Other platforms use the double version.
  I've only done runtime testing on i386.
  
  Thanks to bde@ for helpful discussions and bugfixes.
  
  Revision  Changes    Path
  1.1       +426 -0    src/lib/msun/ld128/s_exp2l.c (new)
  1.1       +291 -0    src/lib/msun/ld80/s_exp2l.c (new)
  1.67      +2 -0      src/lib/msun/src/math.h
  1.2       +6 -0      src/lib/msun/src/s_exp2.c


More information about the cvs-src mailing list