This website requires JavaScript.
Explore
Help
Sign In
boost
/
atomic
Watch
2
Star
0
Fork
0
You've already forked atomic
mirror of
https://github.com/boostorg/atomic.git
synced
2026-02-02 20:32:09 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
18fdcb1747a972e591781847e3b40404bb61cde2
atomic
/
include
History
Andrey Semashev
18fdcb1747
Fixed compilation errors with MSVC caused by using types with large alignment values as function arguments. Alignment is now explicitly specified for all storage types to avoid surprises. Optimized CAS-based exchange implementation on x86. Relaxed initial loads in CAS-based operations as this load is not required to be accurate.
2015-08-23 01:04:08 +03:00
..
boost
Fixed compilation errors with MSVC caused by using types with large alignment values as function arguments. Alignment is now explicitly specified for all storage types to avoid surprises. Optimized CAS-based exchange implementation on x86. Relaxed initial loads in CAS-based operations as this load is not required to be accurate.
2015-08-23 01:04:08 +03:00