Skip to content

Commit

Permalink
test: more dbg log
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Jan 1, 2025
1 parent bb5e9c7 commit 11b7197
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 @@ -1146,6 +1146,7 @@ fn slices_equal_avx2(a: &[u8], b: &[u8]) -> bool {
);

dbg!(combined);
dbg!(_mm256_testz_si256(combined, combined));

if _mm256_testz_si256(combined, combined) == 0 {
return false;
Expand Down

0 comments on commit 11b7197

Please sign in to comment.