]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #46812 - kennytm:fix-align-offset-sign, r=petrochenkov
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Mon, 18 Dec 2017 22:08:39 +0000 (23:08 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Dec 2017 22:08:39 +0000 (23:08 +0100)
commitc68c4b510c52f8fe1abbae96899c8586119db639
treefb87f596636720d54bafbe4e6fafe013b81d337b
parent325d9fb8f6fda09d8584ae44e1080c56df0f2543
parent749d8a880f4502f2d8104bfb1faf15c38fd72d53
Rollup merge of #46812 - kennytm:fix-align-offset-sign, r=petrochenkov

Fix the wrong subtraction in align_offset intrinsic.

Given how the stage0 implementation in #43903 is written, as well as that in the RFC, I suppose the current implementation has a typo.

cc #44488, cc @oli-obk.