Merge pull request #19117 from alebcay/hardware-deca-core

hardware: recognize 10 cores as deca
This commit is contained in:
Patrick Linnane 2025-01-19 02:30:51 +00:00 committed by GitHub
commit 4d3fedfd63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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