summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/xxhash
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-08-01 15:41:19 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-14 12:51:21 +0100
commit9d7f2fb80f8a52c49b4883578864260832185bad (patch)
treed10b41a5142fad7213d47db7ac8006374856b1a3 /meta/recipes-support/xxhash
parentc707605642f1ed7d9365111b8da4ec6596d4113b (diff)
downloadpoky-9d7f2fb80f8a52c49b4883578864260832185bad.tar.gz
xxhash: upgrade 0.8.1 -> 0.8.2
Changelog: ========== - fix : XXH3 S390x vector implementation - fix : PowerPC vector compilation with IBM XL compiler - perf : improved WASM speed by x2/x3 using SIMD128 - perf : improved speed (+20%) for XXH3 on ARM NEON - cli : Fix filename contain /LF character - cli : Support # comment lines in --check files - cli : Support commands --binary and --ignore-missing - build: fix -Og compilation - build: fix pkgconfig generation with cmake - build: fix icc compilation - build: fix cmake install directories - build: new build options XXH_NO_XXH3, XXH_SIZE_OPT and XXH_NO_STREAM to reduce binary size - build: dedicated install targets - build: support DISPATCH mode in cmake - portability: fix x86dispatch when building with Visual + clang-cl - portability: SVE vector implementation of XXH3 - portability: compatibility with freestanding environments, using XXH_NO_STDLIB - portability: can build on Haiku - portability: validated on m68k and risc-v - doc : XXH3 specification - doc : improved doxygen documentation - misc : dedicated sanity test binary License-Update: Copyright year updated to 2021 (From OE-Core rev: e3286a35139b22e0744ff9a98021de1ec4598d12) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/xxhash')
-rw-r--r--meta/recipes-support/xxhash/xxhash_0.8.2.bb (renamed from meta/recipes-support/xxhash/xxhash_0.8.1.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/xxhash/xxhash_0.8.1.bb b/meta/recipes-support/xxhash/xxhash_0.8.2.bb
index 222ba7b77c..f16b183c95 100644
--- a/meta/recipes-support/xxhash/xxhash_0.8.1.bb
+++ b/meta/recipes-support/xxhash/xxhash_0.8.2.bb
@@ -3,14 +3,14 @@ DESCRIPTION = "xxHash is an extremely fast non-cryptographic hash algorithm, \
3working at speeds close to RAM limits." 3working at speeds close to RAM limits."
4HOMEPAGE = "http://www.xxhash.com/" 4HOMEPAGE = "http://www.xxhash.com/"
5LICENSE = "BSD-2-Clause & GPL-2.0-only" 5LICENSE = "BSD-2-Clause & GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=cdfe7764d5685d8e08b3df302885d7f3 \ 6LIC_FILES_CHKSUM = "file://LICENSE;md5=13be6b481ff5616f77dda971191bb29b \
7 file://cli/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 7 file://cli/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
8 " 8 "
9 9
10SRC_URI = "git://github.com/Cyan4973/xxHash.git;branch=release;protocol=https" 10SRC_URI = "git://github.com/Cyan4973/xxHash.git;branch=release;protocol=https"
11UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 11UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
12 12
13SRCREV = "35b0373c697b5f160d3db26b1cbb45a0d5ba788c" 13SRCREV = "bbb27a5efb85b92a0486cf361a8635715a53f6ba"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16