Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2008 23:06:06 +0000 (UTC)
From:      David Schultz <das@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/tools/regression/lib/msun Makefile test-fmaxmin.c test-fmaxmin.t
Message-ID:  <200807032306.m63N6BSv042959@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807032306.m63N6BSv042959>