JPEG-XL and upgrading MinGW GCC
Alvin Wong
alvin at alvinhc.com
Thu Mar 10 07:56:31 GMT 2022
Hi,
I am stubborn so I will continue to try with mingw-builds's mingw-w64
toolchain and the official Clang releases [0] without using MSYS.
Notably, a GCC 11.2 release has become available not long ago [1].
[0]: https://releases.llvm.org/download.html
[1]:
https://github.com/niXman/mingw-builds-binaries/releases/tag/11.2.0-rt_v9-rev1
Cheers,
Alvin
On 25/2/2022 1:55, L. E. Segovia wrote:
> Hi all,
>
> I've been tinkering the past couple of days with JPEG-XL, getting it
> in place within 3rdparty. I found that one of the dependencies of
> libjxl is Google's Highway library, which requires something newer
> than GCC 7.3 due to:
>
> - support of AVX512 intrinsics
> - usage of the __STDC_FORMAT_MACROS
>
> Fixing the former is needed for our Windows CI, but it will still fail
> on the former item.
>
> Questions:
>
> - Do you know if the Docker image has been updated?
>
> - And what can we do with our Windows build itself, which uses MinGW
> GCC 7.3? Obviously, switching to MSYS does the trick, but I think
> Dmitry's been reluctant in the past to just do the jump.
>
> Cheers,
>
> amyspark.
>
More information about the kimageshop
mailing list