klauspost / cpuid

CPU feature identification for Go
MIT License
1.04k stars 128 forks source link

Add more Intel Sierra Forest instructions #129

Closed fmuyassarov closed 1 year ago

fmuyassarov commented 1 year ago

Add MSRLIST and WRMSRNS Intel Sierra Forest instructions.

Ref: https://software.intel.com/sites/default/files/managed/c5/15/architecture-instruction-set-extensions-programming-reference.pdf

fmuyassarov commented 1 year ago

cc @klauspost @mythi

fmuyassarov commented 1 year ago

@klauspost thanks for the quick review.