mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-15 17:02:14 +03:00
next batch
This commit is contained in:
@@ -61,6 +61,7 @@ unique_ptr<hs_platform_info> xcompileReadMode(const char *s) {
|
||||
|
||||
if (!opt.empty()) {
|
||||
for (const auto &xcompile : xcompile_options) {
|
||||
// cppcheck-suppress useStlAlgorithm
|
||||
if (opt == xcompile.name) {
|
||||
rv.cpu_features = xcompile.cpu_features;
|
||||
found_mode = true;
|
||||
|
||||
Reference in New Issue
Block a user