diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2015-03-22 14:47:29 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2015-03-22 14:49:27 +0100 |
commit | fdebbe2044653c5c84172524ed6e036d38716d88 (patch) | |
tree | 0a26207e8d5c35d0a1930e4d3b0fab34465daf2a | |
parent | 74e49a5e545576f1436a510495e2e8a682b0db4d (diff) |
test: enable libm test log2
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r-- | test/math/libm-test.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/math/libm-test.inc b/test/math/libm-test.inc index 8f0db3c88..f50b48b81 100644 --- a/test/math/libm-test.inc +++ b/test/math/libm-test.inc @@ -3418,8 +3418,6 @@ log1p_test (void) END (log1p); } - -#if 0 static void log2_test (void) { @@ -3449,8 +3447,6 @@ log2_test (void) END (log2); } -#endif - static void logb_test (void) @@ -4968,9 +4964,7 @@ main (int argc, char **argv) log_test (); log10_test (); log1p_test (); -#if 0 log2_test (); -#endif logb_test (); modf_test (); ilogb_test (); |