WiP on stdatomic.h.
[platform/upstream/libatomic_ops.git] / TODO
1 TODO tasks
2 ==========
3
4 FIXME: make check (test_stack) fails on Linux/x86 with GCC v4.6.1.
5 This either a bug in our code or in GCC. In the latter case, it might worth
6 to create a work-around if possible.
7
8 Add equivalent of __sync_val_compare_and_swap. Add tests.
9
10 Add C++0x ATM (atomic memory operations) layer.