bjorn3 opened PR #2653 from more_atomic_ops
to main
:
These are necessary for cg_clif to use real atomic instructions.
bjorn3 submitted PR Review.
bjorn3 created PR Review Comment:
This could be optimized to just the
xchg
instruction without ancmpxchg
loop, but that could be done at a later time.
bjorn3 submitted PR Review.
bjorn3 created PR Review Comment:
These could be optimized to
lock xadd
andneg
+lock xadd
respectively.
bjorn3 edited PR #2653 from more_atomic_ops
to main
:
These are necessary for cg_clif to use real atomic instructions.
Fixes #2647
cfallin submitted PR Review.
bjorn3 updated PR #2653 from more_atomic_ops
to main
.
cfallin merged PR #2653.
Last updated: Nov 22 2024 at 16:03 UTC