aboutsummaryrefslogtreecommitdiff
path: root/aberth/compute_host.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'aberth/compute_host.cpp')
-rw-r--r--aberth/compute_host.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/aberth/compute_host.cpp b/aberth/compute_host.cpp
index 343318f..0af20df 100644
--- a/aberth/compute_host.cpp
+++ b/aberth/compute_host.cpp
@@ -14,6 +14,8 @@ vector<int> computeHost(int W, int H, Com bottomLeft, Com topRight) {
constexpr const int numThreads = 4;
static_assert(ispow2(numThreads));
+ cerr << "Finding roots for " << PolyGen::numPolys() << " polynomials" << endl;
+
vector<int> counts(W * H);
mutex countsMutex;