cvs commit: src/tools/regression/lib/msun Makefile test-exponential.c test-exponential.t

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


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

  FreeBSD src repository

  Modified files:
    tools/regression/lib/msun Makefile 
  Added files:
    tools/regression/lib/msun test-exponential.c 
                              test-exponential.t 
  Log:
  Add some regression tests for libm's exponential functions. These
  mostly just test corner cases rather than accuracy. Some of the
  tests don't pass right now if you compile libm at -O2 due to gcc
  constant-folding some things that it shouldn't. I'll fix that
  shortly.
  
  Revision  Changes    Path
  1.10      +1 -1      src/tools/regression/lib/msun/Makefile
  1.1       +170 -0    src/tools/regression/lib/msun/test-exponential.c (new)
  1.1       +10 -0     src/tools/regression/lib/msun/test-exponential.t (new)


More information about the cvs-all mailing list