]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-case, r=petrochenkov
authorDylan DPC <dylan.dpc@gmail.com>
Wed, 19 Feb 2020 17:12:11 +0000 (18:12 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Feb 2020 17:12:11 +0000 (18:12 +0100)
commit61d3b6dedb1ec1f3e3cbd3d66b1a3453225bc37c
tree9c36539ab8900cdb04acf03f709e7ceab3683182
parentc6ad1e2c2a0c7e48537617d36085f866fa6a65a3
parentb43dc806ae3d5fd11ff0bdea288cf16f4b1e4c13
Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-case, r=petrochenkov

Remove special case for `simd_shuffle` arg promotion

After rust-lang/stdarch#825, these intrinsics are now defined with `#[rustc_args_required_const(2)]`, so the special-case is no longer necessary.