https://bugs.kde.org/show_bug.cgi?id=458033

--- Comment #9 from amyspark <a...@amyspark.me> ---
(In reply to Timo Gurr from comment #8)
> I haven't come across any issues with other packages and since we're a
> source-based distribution and compile everything such fundamental issues
> should become directly obvious.
> 
> Also our GCC version is pretty recent:

The RGBA interleavers code that's causing the error checks for 256-bit wide
vectors (AVX) of 32-bit integers. Your version of GCC is reporting `unsigned
int` to not be 32-bit in size. I do not know what your distribution is doing,
but the code is not designed for that circumstance.

FTR, I compile the code with Clang 14.0.6, GCC 12.1 (MSYS flavours CLANG64 and
UCRT64), and MSVC 17.4 Preview 1. All of them work correctly.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to