MCPcopy Create free account
hub / github.com/cwida/FastLanes / HasFeature

Method HasFeature

src/utl/cpu/info.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112bool CpuInfo::HasFeature(const std::string& feature) {
113 // auto feature_s = table.find(feature);
114 // if (feature_s != table.end()) {
115 // return HasFeature(feature_s->second);
116 // } else {
117 // // throw ParserException("undefined");
118 // throw std::exception();

Callers

nothing calls this directly

Calls 1

CpuFeatureCheckFunction · 0.85

Tested by

no test coverage detected