Skip to content
Commit 2b672e24 authored by Howard Hinnant's avatar Howard Hinnant
Browse files

Still working on the basic design of <atomic>. I'm working towards a system...

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...

llvm-svn: 115538
parent b2c4ca64
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment