Commit 7da6e908 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #10893 from alalek:fix_cpu_disable_flags

parents 68043f4d cc5a6f3b
...@@ -514,7 +514,7 @@ struct HWFeatures ...@@ -514,7 +514,7 @@ struct HWFeatures
static inline bool isSymbolSeparator(char c) static inline bool isSymbolSeparator(char c)
{ {
return c == ',' || c == ';' || c == '-'; return c == ',' || c == ';';
} }
void readSettings(const int* baseline_features, int baseline_count) void readSettings(const int* baseline_features, int baseline_count)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment