summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/uclibc/uclibc-git/uclibc_enable_log2_test.patch
blob: 37a59884b8385512935d5a8101ec2e4d6d22d5ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
uclibc now has log2 so enable the tests

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Upstream-Status: Pending

Index: uClibc/test/math/libm-test.inc
===================================================================
--- uClibc/test/math/libm-test.inc	(revision 23784)
+++ uClibc/test/math/libm-test.inc	(working copy)
@@ -3414,7 +3414,6 @@
 }
 
 
-#if 0
 static void
 log2_test (void)
 {
@@ -3444,7 +3443,6 @@
 
   END (log2);
 }
-#endif
 
 
 static void
@@ -4967,9 +4965,7 @@
   log_test ();
   log10_test ();
   log1p_test ();
-#if 0
   log2_test ();
-#endif
   logb_test ();
   modf_test ();
   ilogb_test ();