fixed build issues related to changes in IPP calls.
This commit is contained in:
@@ -170,9 +170,10 @@ struct IPPInitializer
|
||||
IPPInitializer ippInitializer;
|
||||
#else
|
||||
volatile bool useOptimizedFlag = false;
|
||||
volatile bool USE_SSE2 = false;
|
||||
#endif
|
||||
|
||||
volatile bool USE_SSE2 = false;
|
||||
|
||||
void setUseOptimized( bool flag )
|
||||
{
|
||||
useOptimizedFlag = flag;
|
||||
|
Reference in New Issue
Block a user