Skip to content

Commit

Permalink
test: dbg for avx2
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Dec 31, 2024
1 parent 8aa04d7 commit ad90071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuel-vm/src/interpreter/memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1101,6 +1101,7 @@ fn slices_equal_with_intrinsics(a: &[u8], b: &[u8]) -> bool {
let len = a.len();
let mut i = 0;
const CHUNK: usize = 128;
dbg!("Using AVX2");

unsafe {
while i + CHUNK <= len {
Expand Down

0 comments on commit ad90071

Please sign in to comment.