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

David Schultz das at FreeBSD.org
Thu Jul 3 23:06:12 UTC 2008


das         2008-07-03 23:06:06 UTC

  FreeBSD src repository

  Modified files:
    tools/regression/lib/msun Makefile 
  Added files:
    tools/regression/lib/msun test-fmaxmin.c test-fmaxmin.t 
  Log:
  SVN rev 180237 on 2008-07-03 23:06:06Z by das
  
  Add regression tests for fmin{,f,l} and fmax{,f,l}.
  I wrote these to test amd64 asm functions that used
  maxss, maxsd, minss, and minsd, but it turns out that
  those instructions don't handle NaNs and signed zero
  in the same way as fmin() and fmax() are required to,
  so we're stuck with the C versions for now.
  
  Revision  Changes    Path
  1.13      +2 -1      src/tools/regression/lib/msun/Makefile
  1.1       +149 -0    src/tools/regression/lib/msun/test-fmaxmin.c (new)
  1.1       +10 -0     src/tools/regression/lib/msun/test-fmaxmin.t (new)


More information about the cvs-src mailing list