hardware: recognize 10 cores as deca

This commit is contained in:
Caleb Xu 2025-01-18 18:40:21 -05:00
parent 637fd5be9d
commit 9a61ad68d9
No known key found for this signature in database
GPG Key ID: 47E6040D07B8407D

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