aboutsummaryrefslogtreecommitdiff
path: root/src/long_mode/uarch.rs
AgeCommit message (Collapse)Author
2021-07-04update crate to rust 2018iximeow
2021-05-31fix typoiximeow
2020-07-18intel supported cmpxchg16b from the first x86_64 architectureiximeow
2020-05-23fix docs up, fix the spelling of penryn0.0.13iximeow
2020-05-23add SHA, BMI1, and BMI2, complete XSAVE extension supportiximeow
additionally: cmpcxchg{8,16}b, rdrand, rdseed, rdpid, {rd,wr}{fs,gs}base
2020-05-21add sha, lzcnt, tsx, f16c, svm, movbe, adx, and prefetchw extensionsiximeow
also add builders to get decoders appropriate for specific microarchitectures from intel and amd * low-power architectures are not yet present