aboutsummaryrefslogtreecommitdiffstats
path: root/atomic.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use standard volatile semanticsShawn Hoffman2020-10-301-54/+0
| | | | | | | | Make all archs are use the standardized concept of volatile. This patch will cause the most changes to arm64 codegen. Signed-off-by: Shawn Hoffman <godisgovernment@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Separate out atomic helpersJason A. Donenfeld2019-08-021-0/+54
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>