gz / rust-cpuid

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

Implement AMD leaf 0x8000_001A (Performance Optimization Info) #96

Closed Umio-Yasuno closed 2 years ago

Umio-Yasuno commented 2 years ago

Related: #58

gz commented 2 years ago

Thanks for the contribution! This looks good just have to fix the # Note thing.

gz commented 2 years ago

Do you mind printing the leaf in the binary too?

e.g., here: https://github.com/gz/rust-cpuid/blob/master/src/bin/cpuid.rs#L1442

Umio-Yasuno commented 2 years ago

Sorry, I'm not familiar with conflict resolution.

gz commented 2 years ago

No worries that was my fault -- just pushed it and released your PRs as crate version 10.5 on crates.io, thanks a lot again really appreciate these additions.

Umio-Yasuno commented 2 years ago

Thanks @gz.