Relates :
|
This issue proposes the addition of support for 8.1 LSE atomic operations. There are 2 atomic operations which may be useful ldadd which atomically adds a value to memory swp which atomically swaps a value into memory These new instructions offer performance advantages over the existing implementations using exclusive regions.