Skip to content

Commit 623b9c8

Browse files
committed
Update comment in codegen test
1 parent af8be47 commit 623b9c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/codegen/issues/issue-123712-str-to-lower-autovectorization.rs

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
#[no_mangle]
1212
pub fn lower_while_ascii(mut input: &[u8], mut output: &mut [u8]) -> usize {
1313
// Process the input in chunks to enable auto-vectorization.
14-
// The real implementation makes this dependant on the size of usize,
15-
// but that would require changing the CHECK assertions based on the platform.
1614
const N: usize = 16;
1715

1816
output = &mut output[..input.len()];

0 commit comments

Comments
 (0)