Still working on the basic design of <atomic>.  I'm working towards a system by which the compiler only needs to define the strongest intrinsics it can.  Weaker atomics in the library automatically try stronger and stronger variants, picking the weakest compiler intrinsic available.  If no compiler intrinsics are available for a given operation, the library locks a mutex and does the job.  Better documentation to follow...

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@115538 91177308-0d34-0410-b5e6-96231b3b80d8
4 files changed
tree: 152634202cb18d0d05fd6192f71821f0c37ec1ad
  1. include/
  2. lib/
  3. src/
  4. test/
  5. www/
  6. LICENSE.TXT
  7. Makefile