From 92c6e72a4a5d339e3fec5dfa881facfc2b3572e9 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Thu, 12 Jul 2018 21:20:43 +0100 Subject: [PATCH] hardware: add dodeca-core for 2018 MBPs --- Library/Homebrew/hardware.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/hardware.rb b/Library/Homebrew/hardware.rb index 67a190f002..e59577da3c 100644 --- a/Library/Homebrew/hardware.rb +++ b/Library/Homebrew/hardware.rb @@ -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