We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc2465 commit 4339c8fCopy full SHA for 4339c8f
src/core/transform/ojph_colour_sse2.cpp
@@ -336,7 +336,7 @@ namespace ojph {
336
(g->flags & line_buf::LFT_32BIT) &&
337
(b->flags & line_buf::LFT_32BIT));
338
__m128i v2 = _mm_set1_epi64x(1ULL << (63 - 2));
339
- __m128i low_bits = _mm_set_epi64x(0, ULLONG_MAX);
+ __m128i low_bits = _mm_set_epi64x(0, (si64)ULLONG_MAX);
340
const si64 *yp = y->i64, *cbp = cb->i64, *crp = cr->i64;
341
si32 *rp = r->i32, *gp = g->i32, *bp = b->i32;
342
for (int i = (repeat + 3) >> 2; i > 0; --i)
0 commit comments