Dr-Noob / cpufetch

Simple yet fancy CPU architecture fetching tool
GNU General Public License v2.0
1.82k stars 99 forks source link

Use the whole CPUID identifier rather than the separate fields in uarch identification #201

Closed Dr-Noob closed 7 months ago

Dr-Noob commented 8 months ago

In other words, use, for example 0x000B06A2 instead of using M=0x0000000A EM=0x0000000B F=0x00000006 EF=0x00000000 S=0x00000002, which is way more cumbersome and harder to mantain.

Dr-Noob commented 7 months ago

Separating between fields can actually be more convinient for understanding the difference between chips. Let's leave it as it is for now