From e2b2f100a23f46c5ece22cf4185facbd2c6d51ae Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 18 Jul 2020 12:15:52 -0700 Subject: intel supported cmpxchg16b from the first x86_64 architecture --- src/long_mode/uarch.rs | 1 + 1 file changed, 1 insertion(+) 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() } -- cgit v1.1