mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 23:03:03 +04:00
added v_reduce_sum4() universal intrinsic; corrected number of threads in cv::getNumThreads() in the case of GCD
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user