1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00
freebsd/tools/regression/lib
David Schultz 8bb8d6397d 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.
2008-07-03 23:06:06 +00:00
..
libc Add some regression tests for printf() with positional arguments. 2008-06-29 21:03:14 +00:00
libmp Add a test program which performs some very basic tests of libmp(3). 2006-07-28 16:00:59 +00:00
libutil Add four utility functions related to struct grp processing modeled in-part 2008-04-23 00:49:13 +00:00
msun Add regression tests for fmin{,f,l} and fmax{,f,l}. 2008-07-03 23:06:06 +00:00