Update check_features.cpp - Added override for Core i7-720QM

This commit is contained in:
Pal Lockheart 2018-09-08 20:35:54 +08:00
commit aceed15472
No known key found for this signature in database
GPG key ID: 72C032CD7A4EF07F

View file

@ -36,6 +36,8 @@ std::vector<std::string> cpu_whitelist = {
"M 460",
// Intel Celeron N2840
"N2840",
// Intel Core i7 Q720
"Q 720",
};
} // namespace