mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #10893 from alalek:fix_cpu_disable_flags
This commit is contained in:
commit
7da6e9086c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user