From 3a1a97809d0a9b88916e5213f239fac046244241 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Mon, 9 Oct 2017 02:21:20 +0300 Subject: Fixed WOPN parser to use both real 4-op and pseudo 4-op modes in same bank --- src/gen_adldata/measurer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gen_adldata/measurer.h') diff --git a/src/gen_adldata/measurer.h b/src/gen_adldata/measurer.h index 4e44d0e..b9ae3c6 100644 --- a/src/gen_adldata/measurer.h +++ b/src/gen_adldata/measurer.h @@ -57,7 +57,7 @@ struct MeasureThreaded typedef std::map DurationInfoCache; MeasureThreaded() : - m_semaphore(int(std::thread::hardware_concurrency())), + m_semaphore(int(std::thread::hardware_concurrency()) * 2), m_done(0), m_cache_matches(0) {} -- cgit v1.2.3