gz / rust-cpuid

cpuid library in rust.
https://docs.rs/raw-cpuid/
MIT License
147 stars 43 forks source link

Implement Intel Leaf=07h Subleaf=01h #158

Closed Borketh closed 3 days ago

Borketh commented 1 year ago

https://en.wikipedia.org/wiki/CPUID#EAX=7,_ECX=1:_Extended_Features

Willing to try my hand at doing it myself - I need the avx_vnni flag in my project.

Borketh commented 1 year ago

Not to be confused with https://en.wikipedia.org/wiki/CPUID#EAX=80000021h:_Extended_Feature_Identification_2, which could be a separate issue if someone needs that.

gz commented 1 year ago

Definitely, feel free to send a PR. Otherwise we'll have to wait until I get around upgrading it. Currently the crate is at the SDM state from ~2018 for Intel CPUs.

mert-kurttutan commented 4 days ago

should be closed by #182