Fixed gcc-4.8 build (no support for 128bit std::atomic)
authorkhizmax <libcds.dev@gmail.com>
Mon, 19 Sep 2016 21:25:31 +0000 (00:25 +0300)
committerkhizmax <libcds.dev@gmail.com>
Mon, 19 Sep 2016 21:25:31 +0000 (00:25 +0300)
commitaf34e9aebaf1e6043fd29a67e3f8e87ed71925b5
treeea9cc97a466b1d8a5257ec4142ece5fbd0c99ada
parent498ddefc0af22f069d38a993373eed2a297a6c86
Fixed gcc-4.8 build (no support for 128bit std::atomic)
Added target_architecture macro to cmake script
CMakeLists.txt
build/cmake/TargetArch.cmake [new file with mode: 0644]
test/stress/freelist/put_get.cpp
test/stress/freelist/put_get_single.cpp