Skip to content

Commit 4303a14

Browse files
authored
slightly extend comment
1 parent d0dc36e commit 4303a14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/miri/src/shims/aarch64.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ pub(super) trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
3333
}
3434

3535
// Used to implement the vpmaxq_u8 function.
36-
// Folding maximum of adjacent pairs.
36+
// Computes the maximum of adjacent pairs; the first half of the output is produced from the
37+
// `left` input, the second half of the output from the `right` input.
3738
// https://developer.arm.com/architectures/instruction-sets/intrinsics/vpmaxq_u8
3839
"neon.umaxp.v16i8" => {
3940
let [left, right] = this.check_shim(abi, Conv::C, link_name, args)?;

0 commit comments

Comments
 (0)