Switch back to parallel optimization in DefaultArranger

SPE-2033
This commit is contained in:
tamasmeszaros 2024-01-29 14:35:15 +01:00
parent 2e8ec7e63e
commit 4a20daed63

View File

@ -292,7 +292,7 @@ class DefaultArranger: public Arranger<ArrItem> {
firstfit::SelectionStrategy sel{cmpfn, on_arranged, stop_cond};
constexpr auto ep = ex_seq;
constexpr auto ep = ex_tbb;
VariantKernel basekernel;
switch (m_settings.get_arrange_strategy()) {