SHA256
3
0
forked from pool/xxhash

[info=679f82e202407e8aea6eb1514bbeb3f5024ded59fc3a4a33a1607268d40dbfb1]

OBS-URL: https://build.opensuse.org/package/show/science/xxhash?expand=0&rev=31
This commit is contained in:
OBS User unknown 2024-09-04 15:10:42 +00:00 committed by Git OBS Bridge
parent 948f2e707d
commit afb7e34294
4 changed files with 8 additions and 6 deletions

View File

@ -1,4 +1,4 @@
mtime: 1725329549
commit: 3bd4644eb4cc039acf4f003e2eaa821572bfe79d2d6408c91cf4538abf89deb1
mtime: 1725462627
commit: 679f82e202407e8aea6eb1514bbeb3f5024ded59fc3a4a33a1607268d40dbfb1
url: https://src.opensuse.org/jengelh/xxhash
revision: master

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1aa69055d3a58061819bcf39eb25d811d4ac371f93e530f18be5a4da4a1d279
oid sha256:9974f310c9154693e3b5c5b8086a7ee66f9dfcbc4ecd446fd795841b8955c242
size 256

View File

@ -1,7 +1,9 @@
From: Jan Engelhardt <jengelh@inai.de>
Date:
Date: 2024-09-04 17:08:46.573623857 +0200
References: https://github.com/Cyan4973/xxHash/issues/943
Ditch forced inlining, gcc-14 does not like it on at least some arches (like riscv64):
Ditch forced inlining, gcc-14 does not like it when combined with -Og.
(gcc-13 was fine.) And I want everyone to be able to use -Og.
In function 'void XXH3_hashLong_internal_loop(xxh_u64*, const xxh_u8*, size_t, const xxh_u8*, size_t, XXH3_f_accumulate, XXH3_f_scrambleAcc)',
inlined from 'XXH_NAMESPACEXXH128_hash_t XXH3_hashLong_128b_internal(const void*, size_t, const xxh_u8*, size_t, XXH3_f_accumulate, XXH3_f_scrambleAcc)' at /usr/include/xxhash.h:6416:32,

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Tue Sep 3 02:11:09 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Add inline.patch to resolve FTBFS on gcc14-riscv64
- Add inline.patch to resolve FTBFS on gcc-14 + -Og.
-------------------------------------------------------------------
Sun May 5 19:35:03 UTC 2024 - Bruno Pitrus <brunopitrus@hotmail.com>