boostorg / boostorg/interprocess
x86 inline assembly should provide an alternative for Intel syntax
Open
- Dominant language
- C++
- Stars
- 185
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
Instead of https://github.com/boostorg/interprocess/blob/a0c5a8ff176434c9024d4540ce092a2eebb8c5c3/include/boost/interprocess/detail/atomic.hpp#L174
we should have
```c
"xadd { %1, %0 | %0, %1 }":
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.