So wouldn't be better to just hardcode numThreads to 1? That is - int numThreads = QMIN(32,Config_getInt("DOT_NUM_THREADS")); + int numThreads = 1; by the patch?