From cb0d2a1b0302c36b0da055500a7d2f84f67e08fa Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Sat, 24 Mar 2018 19:28:17 -0400 Subject: [PATCH] threaded rng init; I thought this was on --- lib/lattice/Lattice_rng.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/lattice/Lattice_rng.h b/lib/lattice/Lattice_rng.h index 3b57998f..78e59332 100644 --- a/lib/lattice/Lattice_rng.h +++ b/lib/lattice/Lattice_rng.h @@ -347,8 +347,7 @@ public: int words = sizeof(scalar_object) / sizeof(scalar_type); auto l_v = l.View(); - // thread_loop( (int ss=0;ss buf(Nsimd); for (int m = 0; m < multiplicity; m++) { // Draw from same generator multiplicity times @@ -365,7 +364,7 @@ public: // merge into SIMD lanes, FIXME suboptimal implementation merge(l_v[sm], buf); } - } + }); // }); _time_counter += usecond()- inner_time_counter;