]> git.lizzy.rs Git - rust.git/commit
Add support for the `volatile_set_memory` intrinsic
authorniluxv <niluxv.opensource.C-h2ty6xl@yandex.com>
Sun, 22 Aug 2021 15:48:31 +0000 (17:48 +0200)
committerniluxv <niluxv.opensource.C-h2ty6xl@yandex.com>
Sun, 22 Aug 2021 15:48:31 +0000 (17:48 +0200)
commit32c2df87be28205eb87a12362b085917a2a58dc5
tree37950c6f5039a9106472fafc0031d6dca8cb1944
parent19691b2de84f0f35a6633d5409101f7f4b93662a
Add support for the `volatile_set_memory` intrinsic

Runtime behaviour and soundness requirements are identical to `write_bytes`.
src/shims/intrinsics.rs