32-bit AVX2 buglet: IS_ALIGNED_SSE=IS_ALIGNED_AVX
This commit is contained in:
@@ -833,7 +833,7 @@ jsimd_can_fdct_islow (void)
|
|||||||
if (sizeof(DCTELEM) != 2)
|
if (sizeof(DCTELEM) != 2)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
if ((simd_support & JSIMD_AVX2) && IS_ALIGNED_SSE(jconst_fdct_islow_avx2))
|
if ((simd_support & JSIMD_AVX2) && IS_ALIGNED_AVX(jconst_fdct_islow_avx2))
|
||||||
return 1;
|
return 1;
|
||||||
if ((simd_support & JSIMD_SSE2) && IS_ALIGNED_SSE(jconst_fdct_islow_sse2))
|
if ((simd_support & JSIMD_SSE2) && IS_ALIGNED_SSE(jconst_fdct_islow_sse2))
|
||||||
return 1;
|
return 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user