hardware: recognize 10 cores as deca
This commit is contained in:
parent
637fd5be9d
commit
9a61ad68d9
@ -212,6 +212,7 @@ module Hardware
|
||||
when 4 then "quad"
|
||||
when 6 then "hexa"
|
||||
when 8 then "octa"
|
||||
when 10 then "deca"
|
||||
when 12 then "dodeca"
|
||||
else
|
||||
Hardware::CPU.cores.to_s
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user