From 7727c7764c9941bbe78c342dbe5b3c1a57ac5cd6 Mon Sep 17 00:00:00 2001 From: Martin Afanasjew Date: Tue, 14 Jun 2016 15:08:04 +0200 Subject: hardware: prettify config output on 6/8-core CPUs (#313) --- Library/Homebrew/hardware.rb | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3