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;