From ef1bb3618c77f92a5ab1a98f907e5bb5149dc3dc Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 8 Oct 2012 22:22:23 +0000 Subject: Improve libm test coverage of classification macros / functions. --- math/gen-libm-test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/gen-libm-test.pl') diff --git a/math/gen-libm-test.pl b/math/gen-libm-test.pl index 03b2352541..67227c46f5 100755 --- a/math/gen-libm-test.pl +++ b/math/gen-libm-test.pl @@ -320,7 +320,7 @@ sub parse_args { } # Special handling for some macros: $cline .= " (\"$str\", "; - if ($args[0] =~ /fpclassify|isnormal|isfinite|signbit/) { + if ($args[0] =~ /fpclassify|isnormal|isfinite|isinf|isnan|signbit/) { $c_call = "$args[0] ("; } else { $c_call = " FUNC($args[0]) ("; -- cgit 1.4.1