[Bug 282272] archivers/snappy-java: enable armv6 and armv7

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 28 Nov 2024 12:45:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282272

Michal Meloun <mmel@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmel@FreeBSD.org

--- Comment #5 from Michal Meloun <mmel@FreeBSD.org> ---
Only FYI. It's not a problem with cross-compile or with armv7 jail. It's a bug
in the snappy-java configuration script. CMakeLists.txt uses the vld1q_dup_u8()
and vst1q_u8() instructions to detect SNAPPY_HAVE_NEON. These exist in all (v7,
arch32 and aarch64) modes. However, the code also uses the vqtbl1q_u8()
instruction, which is only defined in aarch64 mode.

Michal

-- 
You are receiving this mail because:
You are the assignee for the bug.