Skip to content

Commit

Permalink
moar debug
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Feb 1, 2024
1 parent 6acd5fa commit a289514
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kernels/volk/volk_8u_x4_conv_k7_r2_8u.h
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ printf("%02x%02x%02x%02x", dec[i9*16 + 0], dec[i9*16 + 1], dec[i9*16 + 2], dec[i
| ((unsigned int)vgetq_lane_u8(paired32_new, 12) << 24);
a110 = (a93 + 1);
*(a110) = s26;
printf("%02x%02x%02x%02x\n", dec[i9*16 + 4], dec[i9*16 + 5], dec[i9*16 + 6], dec[i9*16 + 7]);
printf("%02x%02x%02x%02x", dec[i9*16 + 4], dec[i9*16 + 5], dec[i9*16 + 6], dec[i9*16 + 7]);
s28 = vzip1q_u8(a108, a109);
s29 = vzip2q_u8(a108, a109);
a112 = (a95 + 2);
Expand Down Expand Up @@ -814,6 +814,7 @@ printf("%02x%02x%02x%02x\n", dec[i9*16 + 4], dec[i9*16 + 5], dec[i9*16 + 6], dec

a207 = (b16 + 5);
*(a207) = s49;
printf("%02x%02x%02x%02x", dec[i9*16 + 8], dec[i9*16 + 9], dec[i9*16 + 10], dec[i9*16 + 11]);
s50 = vzip1q_u8(a202, a203);
s51 = vzip2q_u8(a202, a203);
a208 = ((uint8x16_t*)X);
Expand Down Expand Up @@ -860,6 +861,7 @@ printf("%02x%02x%02x%02x\n", dec[i9*16 + 4], dec[i9*16 + 5], dec[i9*16 + 6], dec

a224 = (b16 + 7);
*(a224) = s55;
printf("%02x%02x%02x%02x\n", dec[i9*16 + 12], dec[i9*16 + 13], dec[i9*16 + 14], dec[i9*16 + 15]);
s56 = vzip1q_u8(a221, a222);
s57 = vzip2q_u8(a221, a222);
a225 = (a208 + 2);
Expand Down

0 comments on commit a289514

Please sign in to comment.