Skip to content
Snippets Groups Projects
Commit 6ed51720 authored by Ralf Jung's avatar Ralf Jung
Browse files

add Xchg to changelog

parent 3ba5fca8
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,7 @@ Coq 8.11 is no longer supported in this version of Iris. ...@@ -65,6 +65,7 @@ Coq 8.11 is no longer supported in this version of Iris.
**Changes in `heap_lang`:** **Changes in `heap_lang`:**
* Rename `Build_loc` constructor for `loc` type to `Loc`. * Rename `Build_loc` constructor for `loc` type to `Loc`.
* Add atomic `Xchg` ("exchange"/"swap") operation. (by Simon Hudon, Google)
The following `sed` script helps adjust your code to the renaming (on macOS, The following `sed` script helps adjust your code to the renaming (on macOS,
replace `sed` by `gsed`, installed via e.g. `brew install gnu-sed`). replace `sed` by `gsed`, installed via e.g. `brew install gnu-sed`).
......
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