tools: libdeflate: backport fix for AVX-VNNI
authorRobert Marko <robimarko@gmail.com>
Mon, 15 Apr 2024 09:03:08 +0000 (11:03 +0200)
committerRobert Marko <robimarko@gmail.com>
Mon, 15 Apr 2024 11:52:37 +0000 (13:52 +0200)
commit2116073f981ead48f5fe0af213cbdfe013288fb9
treeb52fc13bc9d4c0ec9646f8ada781da144ef0f8ea
parent123282d9f9edf361729c2e8bb410957a6844d845
tools: libdeflate: backport fix for AVX-VNNI

Trying to compile with new new enough GCC but older binutils that dont
support AVX-VNNI will error out on the assembler, so backport an upstream
fix for it.

Fixes: 338b463e1e97 ("tools: libdeflate: update to 1.20")
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 [new file with mode: 0644]