Merge pull request #896 from mrsf/master

cmds: add override for Intel Core i5 M 460
This commit is contained in:
Simon Fels 2018-09-07 23:46:51 +02:00 committed by GitHub
commit ec64b1b8ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,8 @@ std::vector<std::string> cpu_whitelist = {
// Intel Core i7 M620
"M 620",
// Intel Core i5 M460
"M 460",
// Intel Celeron N2840
"N2840",
};