dd86k / ddcpuid

🔬 dd's x86 CPU Identification tool
MIT License
36 stars 1 forks source link

Re-structure fields #27

Closed dd86k closed 3 years ago

dd86k commented 3 years ago

Some extensions may have an extension amount of sub-extensions (e.g. AVX512, AMX, TSX with HLE/RTM/TSXLDTRK, etc.), so it may be very worthwhile to move those.

This is purely a code thing so far. No plans to change the output.

dd86k commented 3 years ago

A mix of bool fields and bit flags will be done accordingly.