summary refs log tree commit diff stats
path: root/lib/pure/volatile.nim
Commit message (Collapse)AuthorAgeFilesLines
* Add volatile load/store (#5263)Jeff Ciesielski2017-01-251-0/+30
Adds volatile load/store capability to the impure part of the standard library. Note that this currently only supports numerical types. Should resolve https://github.com/nim-lang/Nim/issues/3382