Merge pull request #4460 from DomT4/cores

hardware: add dodeca-core for 2018 MBPs
This commit is contained in:
Mike McQuaid 2018-07-13 14:14:18 +01:00 committed by GitHub
commit fed404b9be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,6 +137,7 @@ module Hardware
when 4 then "quad"
when 6 then "hexa"
when 8 then "octa"
when 12 then "dodeca"
else
Hardware::CPU.cores
end