We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f75da commit 0fb1b8dCopy full SHA for 0fb1b8d
src/intrinsics/simd.rs
@@ -639,8 +639,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
639
let (right, right_len) = this.project_to_simd(right)?;
640
let (dest, dest_len) = this.project_to_simd(dest)?;
641
642
- let index =
643
- generic_args[2].expect_const().to_value().valtree.unwrap_branch();
+ let index = generic_args[2].expect_const().to_value().valtree.unwrap_branch();
644
let index_len = index.len();
645
646
assert_eq!(left_len, right_len);
0 commit comments