Skip to content

Commit

Permalink
better terminology
Browse files Browse the repository at this point in the history
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
  • Loading branch information
RalfJung and workingjubilee authored Feb 21, 2022
1 parent cb31aa4 commit 425e41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shims/intrinsics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
-1 => true,
_ =>
throw_ub_format!(
"each line of a simd_reduce_any operand must be all-0 or all-1"
"each element of a simd_reduce_any operand must be all-0 or all-1"
),
};
res = res | val;
Expand Down

0 comments on commit 425e41a

Please sign in to comment.