Skip to content

Commit 11b7197

Browse files
committed
test: more dbg log
1 parent bb5e9c7 commit 11b7197

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fuel-vm/src/interpreter/memory.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,6 +1146,7 @@ fn slices_equal_avx2(a: &[u8], b: &[u8]) -> bool {
11461146
);
11471147

11481148
dbg!(combined);
1149+
dbg!(_mm256_testz_si256(combined, combined));
11491150

11501151
if _mm256_testz_si256(combined, combined) == 0 {
11511152
return false;

0 commit comments

Comments
 (0)