aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/hardware.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/hardware.rb b/Library/Homebrew/hardware.rb
index d38896749..c493ff27a 100644
--- a/Library/Homebrew/hardware.rb
+++ b/Library/Homebrew/hardware.rb
@@ -55,6 +55,8 @@ module Hardware
when 1 then "single"
when 2 then "dual"
when 4 then "quad"
+ when 6 then "hexa"
+ when 8 then "octa"
else
Hardware::CPU.cores
end