Merge pull request #10893 from alalek:fix_cpu_disable_flags

pull/10892/head
Vadim Pisarevsky 7 years ago
commit 7da6e9086c
  1. 2
      modules/core/src/system.cpp

@ -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)

Loading…
Cancel
Save