Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add volatile load/store (#5263) | Jeff Ciesielski | 2017-01-25 | 1 | -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 |