diff options
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +## 0.0.14 + +* `netburst` supported `cmpxchg16b` from its first x86_64 incarnation. since no +uarch in `long_mode` had declared `cmpxchg16b` support, no uarch-specific Intel +decoder supported `cmpxchg16b`. + ## 0.0.13 * the Intel microarchitecture is named `Penryn`, not `Peryn`. @@ -1,7 +1,7 @@ [package] name = "yaxpeax-x86" -version = "0.0.13" +version = "0.0.14" authors = [ "iximeow <me@iximeow.net>" ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-x86/" |