tools: libdeflate: bump to 1.22
authorRobert Marko <robimarko@gmail.com>
Sun, 6 Oct 2024 19:42:23 +0000 (21:42 +0200)
committerRobert Marko <robimarko@gmail.com>
Sun, 6 Oct 2024 21:20:59 +0000 (23:20 +0200)
commit0b05cc70480af9056f2d1c1efdd464163c50a05a
treeb21c5ffa83ad09d7fcf6608349f157d7f1305702
parentcc29e90d0c822720dcd92890d6ab61ce2e5fd9ac
tools: libdeflate: bump to 1.22

Bump to the latest 1.22 version which allows dropping our only patch.

Changelog:
Version 1.22
* The CMake-based build system now implements a workaround for gcc being paired
  with a too-old binutils version.  This can prevent build errors.

Version 1.21
* Fixed build error on x86 with gcc 8.1 and gcc 8.2.

* Fixed build error on x86 when gcc 11 is paired with a binutils version that
  doesn't support AVX-VNNI, e.g. as it is on RHEL 9.

* Fixed build error on arm64 with gcc 6.

* Fixed build error on arm64 with gcc 13.1 and later with some -mcpu options.

* Enabled detection of dotprod support in Windows ARM64 builds.

Link: https://github.com/openwrt/openwrt/pull/16617
Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/libdeflate/Makefile
tools/libdeflate/patches/0001-lib-x86-increase-AVX-VNNI-gcc-prerequisite-to-12.1.patch [deleted file]