mirror of
https://github.com/opencv/opencv.git
synced 2026-07-27 22:33:03 +04:00
fixed useOptimized(); added checkHardwareSupport description (ticket #1258)
This commit is contained in:
@@ -203,7 +203,7 @@ struct IPPInitializer
|
||||
|
||||
IPPInitializer ippInitializer;
|
||||
#else
|
||||
volatile bool useOptimizedFlag = false;
|
||||
volatile bool useOptimizedFlag = true;
|
||||
#endif
|
||||
|
||||
volatile bool USE_SSE2 = false;
|
||||
|
||||
Reference in New Issue
Block a user