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 62fb791 commit 3ce3e4dCopy full SHA for 3ce3e4d
src/engine/avx2/mod.rs
@@ -488,9 +488,6 @@ impl super::Engine for AVX2Encoder {
488
// happen is test code that knowingly provides both invalid data and an undersized
489
// buffer assuming linear decoding that breaks off as soon as it hits this invalid
490
// data.
491
- if output.len()-output_index < 32 {
492
- println!("IL {} OL {}", input.len(), output.len());
493
- }
494
let output_chunk = &mut output[output_index..(output_index + 32)];
495
496
0 commit comments