mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Merge pull request #10893 from alalek:fix_cpu_disable_flags
This commit is contained in:
@@ -514,7 +514,7 @@ struct HWFeatures
|
||||
|
||||
static inline bool isSymbolSeparator(char c)
|
||||
{
|
||||
return c == ',' || c == ';' || c == '-';
|
||||
return c == ',' || c == ';';
|
||||
}
|
||||
|
||||
void readSettings(const int* baseline_features, int baseline_count)
|
||||
|
||||
Reference in New Issue
Block a user