We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83cff33 commit 727850cCopy full SHA for 727850c
src/atomics.jl
@@ -64,7 +64,7 @@ for (name, op) in ops
64
end
65
66
function atomic_cas!(ptr::Ptr{T}, old::T, new::T) where T
67
- Core.Intrinsics.atomic_pointerreplace(ptr, old, new, :release_acquire, :monotonic)
+ Core.Intrinsics.atomic_pointerreplace(ptr, old, new, :acquire_release, :monotonic)
68
69
70
function atomic_xchg!(ptr::Ptr{T}, b::T) where T
0 commit comments