From 4cde8f76d5dd3b27f91249efbf6a48be90603982 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sat, 20 Apr 2019 14:24:53 +0200 Subject: Compile using nvcc --- aberth/aberth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aberth/aberth.cpp b/aberth/aberth.cpp index 02768e2..30f40f6 100644 --- a/aberth/aberth.cpp +++ b/aberth/aberth.cpp @@ -283,7 +283,7 @@ static tuple> computeCounts() { nextDerbyshire(poly); } - lock_guard guard(countsMutex); + lock_guard guard(countsMutex); for (int i = 0; i < W * H; i++) counts[i] += localCounts[i]; }); } -- cgit v1.2.3-54-g00ecf