]> www.ginac.de Git - cln.git/blobdiff - examples/perfnum.cc
Add subdir-objects to Automake options.
[cln.git] / examples / perfnum.cc
index d8ba5a06248a07e93455fee1afeecfefbf7b581c..9cbb42bc834e80313749ad7c90202d27ffbe8a50 100644 (file)
@@ -8,8 +8,10 @@ using namespace cln;
 
 int main ()
 {
-       // previous ones were 1257787, 1398269, 2976221, 3021377, 6972593, 13466917, 20996011
-       int p = 24036583;
+       // previous ones were 1257787, 1398269, 2976221, 3021377, 6972593,
+       // 13466917, 20996011, 24036583, 25964951, 30402457, 32582657, 37156667,
+       // 42643801, 43112609
+       int p = 57885161;
        cl_I x = (((cl_I)1 << p) - 1) << (p-1);
        cout << x << endl;
 }