]> git.lizzy.rs Git - rust.git/commit
Avoid masking shift amounts
authorAfonso Bordado <afonsobordado@az8.co>
Sun, 21 Aug 2022 16:42:50 +0000 (17:42 +0100)
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>
Mon, 26 Sep 2022 16:20:11 +0000 (16:20 +0000)
commit0035f09c5a25d230b594374239a0c61301137946
treed3d7b0e80c7a790576a46d6a53e7e79eb0c1e618
parent72992c483c02974897aab5be3144befd896d5472
Avoid masking shift amounts

Cranelift 0.87 now follows its own documentation regarding
shift amounts, and implicitly masks them if the arch requires it. [0]

[0]: https://github.com/bytecodealliance/wasmtime/commit/05089321740a07757dff0a285176b2651a49aae2
src/num.rs