isa-l : upgrade 2.31.0 -> 2.31.1

* fixes return type for PowerPC _gf_vect_mul_base function.
* fixes isal_deflate_icf_finish_lvl1 dispatcher for aarch64.
* fixes CRC compilation on aarch64.
* fixes MacOS-14 compilation.
* fixes MinGW build.
* fixes Clang compilation on igzip library on aarch64.
* fixes spelling mistakes and typos.
* fixes Windows build on erasure code performance applications.
* fixes FreeBSD build warnings.
* fixes compilation with YASM.

Release Notes:
https://github.com/intel/isa-l/releases/tag/v2.31.1

Signed-off-by: Sudhir Sharma <sudhir.sharma@intel.com>
This commit is contained in:
Sudhir Sharma 2025-05-08 15:55:38 +08:00 committed by Anuj Mittal
parent ef8035b48f
commit 1616b7c807
No known key found for this signature in database
GPG Key ID: B749E1556041E1B2

View File

@ -8,7 +8,7 @@ SECTION = "lib"
inherit autotools pkgconfig
S = "${WORKDIR}/git"
SRCREV = "bd226375027899087bd48f3e59b910430615cc0a"
SRCREV = "c387163fcbca62701d646149564c550c78a4f985"
SRC_URI = "git://github.com/intel/isa-l.git;branch=master;protocol=https"
DEPENDS = "nasm-native"