Home | History | Annotate | Download | only in x86

Lines Matching defs:line

148       std::string line;
149 std::getline(in, line);
151 LOG(INFO) << "cpuinfo line: " << line;
152 if (line.find("flags") != std::string::npos) {
154 if (line.find("ssse3") != std::string::npos) {
157 if (line.find("sse4_1") != std::string::npos) {
160 if (line.find("sse4_2") != std::string::npos) {
163 if (line.find("avx") != std::string::npos) {
166 if (line.find("avx2") != std::string::npos) {
169 } else if (line.find("processor") != std::string::npos &&
170 line.find(": 1") != std::string::npos) {