- DCAS-atomic - 2 Updates
- Is this undefined behavior? - 7 Updates
- std::map rebalancing - 5 Updates
- Augments and variable length data forms - 5 Updates
- Prick - 4 Updates
- Saint Paul, Minnesota user group - 1 Update
- ::errno - 1 Update
Monday, June 15, 2020
Digest for comp.lang.c++@googlegroups.com - 25 updates in 7 topics
- DCAS-atomic - 2 Updates
- Is this undefined behavior? - 7 Updates
- std::map rebalancing - 5 Updates
- Augments and variable length data forms - 5 Updates
- Prick - 4 Updates
- Saint Paul, Minnesota user group - 1 Update
- ::errno - 1 Update
Bonita Montero <Bonita.Montero@gmail.com>: Jun 15 05:44PM +0200 I've developed a little DCAS-specialization of std::atomic. It it uses pair<uintptr_t, uintptr_t> as its atomic datatype. I've not implemented the volatile methods as well as the compare-exchange-methods that accept only one memory-consistency-parameter. Here it is: #pragma once #include <cstdint> #include <utility> #include <atomic> #if defined(_MSC_VER) #include <intrin.h>
Subscribe to:
Post Comments (Atom)
|
No comments:
Post a Comment