summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/msun/Makefile
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2008-07-03 23:06:06 +0000
committerdas <das@FreeBSD.org>2008-07-03 23:06:06 +0000
commita47dd1888d3c3115651e4eb66c821d2bd55fd087 (patch)
tree5223ee460d177913c57e468b104b1ab3ccef9a5f /tools/regression/lib/msun/Makefile
parentd843d0392cd3c9bb928266497a2575797ef221c3 (diff)
downloadFreeBSD-src-a47dd1888d3c3115651e4eb66c821d2bd55fd087.zip
FreeBSD-src-a47dd1888d3c3115651e4eb66c821d2bd55fd087.tar.gz
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.
Diffstat (limited to 'tools/regression/lib/msun/Makefile')
-rw-r--r--tools/regression/lib/msun/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/regression/lib/msun/Makefile b/tools/regression/lib/msun/Makefile
index 558d46f..3302e5b 100644
--- a/tools/regression/lib/msun/Makefile
+++ b/tools/regression/lib/msun/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
-TESTS= test-csqrt test-exponential test-fenv test-fma test-ilogb test-lrint \
+TESTS= test-csqrt test-exponential test-fenv test-fma \
+ test-fmaxmin test-ilogb test-lrint \
test-lround test-nan test-next test-rem test-trig
CFLAGS+= -O0 -lm
OpenPOWER on IntegriCloud