added v_reduce_sum4() universal intrinsic; corrected number of threads in cv::getNumThreads() in the case of GCD

This commit is contained in:
Vadim Pisarevsky
2017-06-13 18:04:00 +03:00
parent a3189e36c0
commit fbafc700ea
4 changed files with 45 additions and 1 deletions
+1 -1
View File
@@ -425,7 +425,7 @@ int cv::getNumThreads(void)
#elif defined HAVE_GCD
return 512; // the GCD thread pool limit
return cv::getNumberOfCPUs(); // the GCD thread pool limit
#elif defined WINRT