Skip to content

Commit

Permalink
delete useless setences (#5139)
Browse files Browse the repository at this point in the history
  • Loading branch information
ningjiang233 authored Nov 8, 2023
1 parent 31e3159 commit b2f12fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/layer/x86/convolution_im2col_gemm_int8.h
Original file line number Diff line number Diff line change
Expand Up @@ -5069,8 +5069,6 @@ static void convolution_gemm_transB_packed_tile_int8(const Mat& AT_tile, const M
// 04 15 06 17
// 10 01 12 03
// 14 05 16 07
_sum0 = _sum0;
_sum1 = _sum1;
_sum2 = _mm_shuffle_epi32(_sum2, _MM_SHUFFLE(2, 3, 0, 1));
_sum3 = _mm_shuffle_epi32(_sum3, _MM_SHUFFLE(2, 3, 0, 1));

Expand Down

0 comments on commit b2f12fd

Please sign in to comment.