diff options
| -rw-r--r-- | CHANGELOG | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +## 2.1.0 + +* `InstDecoder` for all execution modes now has many more feature flags. + * `InstDecoder::default` still constructs a decoder that decodes all supported instructions. + * more ISA extensions can be individually selected for decoding support, though note + not all feature flags are fully implemented. in such cases, instructions will be decoded + even when their corresponding extension is not selected. +* added uarch-specific decoders for Zen 2, Zen 3, Zen 4, and Zen 5 +* removed 3DNow support from AMD uarch-specific decoders after K10 + ## 2.0.0 * upgrade to `yaxpeax-arch 0.3.1`, which brings with it a deprecation of the |
