aboutsummaryrefslogtreecommitdiff
path: root/src/long_mode/uarch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/long_mode/uarch.rs')
-rw-r--r--src/long_mode/uarch.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/long_mode/uarch.rs b/src/long_mode/uarch.rs
index 080821c..4ade835 100644
--- a/src/long_mode/uarch.rs
+++ b/src/long_mode/uarch.rs
@@ -116,6 +116,7 @@ pub mod intel {
pub fn netburst() -> InstDecoder {
InstDecoder::minimal()
.with_cmov()
+ .with_cmpxchg16b()
.with_sse3()
}