You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that we removed these originally because they were lowered to intrinsic calls on arm. Now that we're linking to compiler-rt, though (and passing v7 by default on arm), this is probably fine.
Activity
alexcrichton commentedon Mar 16, 2014
cc #8151 and #10154
It appears that we removed these originally because they were lowered to intrinsic calls on arm. Now that we're linking to
compiler-rt
, though (and passingv7
by default on arm), this is probably fine.Add missing atomic operations to AtomicPtr
Auto merge of rust-lang#12949 - Veykril:token-pick, r=Veykril