Hi, Currently the xxhash package doesn't include the dispatch code in order to use SIMD, while it probably should on supported architectures (x86 & x64). This is done by setting adding DISPATCH=1 to the build env: https://github.com/Cyan4973/xxHash#build-modifiers My apologies if this isn't the proper way of reporting such a request
Also maybe CPU_FLAGS_X86 could be used instead to set XXH_VECTOR.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588a9222ed96b4e9fb11f76aa9e2b92cb82aea77 commit 588a9222ed96b4e9fb11f76aa9e2b92cb82aea77 Author: Guilherme Amadio <amadio@gentoo.org> AuthorDate: 2025-02-02 08:15:49 +0000 Commit: Guilherme Amadio <amadio@gentoo.org> CommitDate: 2025-02-02 08:19:43 +0000 dev-libs/xxhash: add 0.8.3 Please note that dispatch is now enabled automatically. See https://github.com/Cyan4973/xxHash/releases/tag/v0.8.3 Closes: https://bugs.gentoo.org/831975 Closes: https://bugs.gentoo.org/947902 Signed-off-by: Guilherme Amadio <amadio@gentoo.org> dev-libs/xxhash/Manifest | 1 + dev-libs/xxhash/xxhash-0.8.3.ebuild | 42 +++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+)