We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b1a3f commit ddb3022Copy full SHA for ddb3022
coresimd/x86_64/cmpxchg16b.rs
@@ -42,6 +42,7 @@ use stdsimd_test::assert_instr;
42
#[inline]
43
#[cfg_attr(test, assert_instr(cmpxchg16b, success = Ordering::SeqCst, failure = Ordering::SeqCst))]
44
#[target_feature(enable = "cmpxchg16b")]
45
+#[cfg(not(stage0))]
46
pub unsafe fn cmpxchg16b(
47
dst: *mut u128,
48
old: u128,
0 commit comments