From 3b1767a3f4fd2f0ff2b03d7daa9307fce115b5ea Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Tue, 16 Jul 2019 21:57:21 +0200 Subject: Add support for Christensen in CPU aberth --- aberth/compute_host.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'aberth/compute_host.cpp') 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 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 counts(W * H); mutex countsMutex; -- cgit v1.2.3-70-g09d2