You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't make much sense to run this test if we already know we're
on ARMv7 hardware.
Fix: openwall#5656.
Signed-off-by: Claudio André <dev@claudioandre.slmail.me>
It doesn't make much sense to run this test if we already know we're
on ARMv7 hardware.
Fix: openwall#5656.
Signed-off-by: Claudio André <dev@claudioandre.slmail.me>
The logic used to configure packages (in this case ARM) is not properly adjusted.
The
congure
detects that it is 32-bit, but then the SIMD tests (probably insidejtr_arm_logic.m4
) force it to use a 64-bit header.Let's dig into it:
So it's arm 7 running on modern/up-to-date hardware.
But:
See also #5631.
The text was updated successfully, but these errors were encountered: