Architecture/compiler dependant atomic operations (in progress)
commit4c36d89ad2fca7d8a1b6691b226ae40990af7d11
authorSven Suursoho <sven.suursoho@gmail.com>
Sun, 22 Jun 2008 17:47:40 +0000 (22 20:47 +0300)
committerSven Suursoho <sven.suursoho@gmail.com>
Sun, 22 Jun 2008 17:54:59 +0000 (22 20:54 +0300)
treeee1e387fe7cfec54386235f30463907d62be1723
parent051ebe9e6b337366de14cead438c112f50ace6ee
Architecture/compiler dependant atomic operations (in progress)

* initial infrastructure
* load/store for x86/x86-64 and gcc/icc
sol/atomic.hpp [new file with mode: 0644]
sol/atomic/bits/generic/operations.hpp [new file with mode: 0644]
sol/atomic/bits/operations.hpp [new file with mode: 0644]
sol/atomic/bits/x86/operations-gcc.hpp [new file with mode: 0644]
sol/atomic/bits/x86_64/operations-gcc.hpp [new file with mode: 0644]
sol/atomic/operations.hpp [new file with mode: 0644]
sol/atomic/operations_test.cpp [new file with mode: 0644]