Skip to content

Commit 4d3fedf

Browse files
authored
Merge pull request #19117 from alebcay/hardware-deca-core
hardware: recognize 10 cores as deca
2 parents 637fd5b + 9a61ad6 commit 4d3fedf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Library/Homebrew/hardware.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ def cores_as_words
212212
when 4 then "quad"
213213
when 6 then "hexa"
214214
when 8 then "octa"
215+
when 10 then "deca"
215216
when 12 then "dodeca"
216217
else
217218
Hardware::CPU.cores.to_s

0 commit comments

Comments
 (0)