Skip to content

Commit

Permalink
Rustup to rustc 1.76.0-nightly (06e02d5b2 2023-12-09)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Dec 12, 2023
1 parent fc1b10c commit ace694c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2023-12-07"
channel = "nightly-2023-12-10"
components = ["rust-src", "rustc-dev", "llvm-tools"]
2 changes: 1 addition & 1 deletion src/intrinsics/simd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ pub(super) fn codegen_simd_intrinsic_call<'tcx>(
}

sym::simd_scatter => {
intrinsic_args!(fx, args => (mask, ptr, val); intrinsic);
intrinsic_args!(fx, args => (val, ptr, mask); intrinsic);

let (val_lane_count, _val_lane_ty) = val.layout().ty.simd_size_and_type(fx.tcx);
let (ptr_lane_count, _ptr_lane_ty) = ptr.layout().ty.simd_size_and_type(fx.tcx);
Expand Down

0 comments on commit ace694c

Please sign in to comment.