From 0e8e0c1c9328a68259fe94b8080fdce7f72e9fa0 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 9 Oct 2012 23:34:12 +0000 Subject: Make libm-test.inc test comparison macros. --- math/gen-libm-test.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'math/gen-libm-test.pl') diff --git a/math/gen-libm-test.pl b/math/gen-libm-test.pl index 67227c46f5..642fc98214 100755 --- a/math/gen-libm-test.pl +++ b/math/gen-libm-test.pl @@ -320,7 +320,9 @@ sub parse_args { } # Special handling for some macros: $cline .= " (\"$str\", "; - if ($args[0] =~ /fpclassify|isnormal|isfinite|isinf|isnan|signbit/) { + if ($args[0] =~ /fpclassify|isnormal|isfinite|isinf|isnan|signbit + |isgreater|isgreaterequal|isless|islessequal + |islessgreater|isunordered/x) { $c_call = "$args[0] ("; } else { $c_call = " FUNC($args[0]) ("; -- cgit v1.2.3