Skip to content

Commit

Permalink
Removes warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
aous72 committed Nov 5, 2024
1 parent 1c297b2 commit c46732f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/transform/ojph_transform_avx2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ namespace ojph {
const si32 a = s->rev.Aatk;
const si32 b = s->rev.Batk;
const ui8 e = s->rev.Eatk;
__m256i va = _mm256_set1_epi64x(a);
__m256i vb = _mm256_set1_epi64x(b);
__m256i ve = _mm256_set1_epi64x(1ULL << (63 - e));

Expand Down Expand Up @@ -621,7 +620,6 @@ namespace ojph {
const si32 a = s->rev.Aatk;
const si32 b = s->rev.Batk;
const ui8 e = s->rev.Eatk;
__m256i va = _mm256_set1_epi64x(a);
__m256i vb = _mm256_set1_epi64x(b);
__m256i ve = _mm256_set1_epi64x(1ULL << (63 - e));

Expand Down Expand Up @@ -978,7 +976,6 @@ namespace ojph {
const si32 a = s->rev.Aatk;
const si32 b = s->rev.Batk;
const ui8 e = s->rev.Eatk;
__m256i va = _mm256_set1_epi64x(a);
__m256i vb = _mm256_set1_epi64x(b);
__m256i ve = _mm256_set1_epi64x(1ULL << (63 - e));

Expand Down

0 comments on commit c46732f

Please sign in to comment.