Skip to content

Commit

Permalink
fixage
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Feb 1, 2024
1 parent 65f8eed commit e870559
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions kernels/volk/volk_8u_x4_conv_k7_r2_8u.h
Original file line number Diff line number Diff line change
Expand Up @@ -803,13 +803,11 @@ static inline void volk_8u_x4_conv_k7_r2_8u_neonspiral(unsigned char* Y,
| ((unsigned int)vgetq_lane_u8(paired32, 4) << 9)
| ((unsigned int)vgetq_lane_u8(paired32, 8) << 17)
| ((unsigned int)vgetq_lane_u8(paired32, 12) << 25);
a204 = ((short int*)dec);
a204 = ((unsigned int*)dec);
a205 = (4 * i9);
b16 = (a204 + a205);
a206 = (b16 + 2);
*(a206) = s48;
a207 = (b16 + 5);
*(a207) = s49;
s50 = vzip1q_u8(a202, a203);
s51 = vzip2q_u8(a202, a203);
a208 = ((uint8x16_t*)X);
Expand Down Expand Up @@ -854,8 +852,6 @@ static inline void volk_8u_x4_conv_k7_r2_8u_neonspiral(unsigned char* Y,
| ((unsigned int)vgetq_lane_u8(paired32, 12) << 25);
a223 = (b16 + 3);
*(a223) = s54;
a224 = (b16 + 7);
*(a224) = s55;
s56 = vzip1q_u8(a221, a222);
s57 = vzip2q_u8(a221, a222);
a225 = (a208 + 2);
Expand Down

0 comments on commit e870559

Please sign in to comment.