Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verification failures on ARMv6, 32-bit, little-endian, Raspberry Pi B #299

Open
1 of 5 tasks
darkk opened this issue Sep 11, 2024 · 0 comments
Open
1 of 5 tasks

Verification failures on ARMv6, 32-bit, little-endian, Raspberry Pi B #299

darkk opened this issue Sep 11, 2024 · 0 comments

Comments

@darkk
Copy link
Contributor

darkk commented Sep 11, 2024

Building SMHasher with OpenWrt GCC 12.3.0 r24012-d8dd03c46f (toolchain-arm_arm1176jzf-s+vfp_gcc-12.3.0_musl_eabi) with -O2 -DHAVE_NEON highlights following failures:

The machine is:

processor	: 0
model name	: ARMv6-compatible processor rev 7 (v6l)
BogoMIPS	: 697.95
Features	: half thumb fastmult vfp edsp java tls 
CPU implementer	: 0x41
CPU architecture: 7
CPU variant	: 0x0
CPU part	: 0xb76
CPU revision	: 7

Hardware	: BCM2835
Revision	: 000f
Serial		: 00000000c3679f76
Model		: Raspberry Pi Model B Rev 2
darkk added a commit to darkk/smhasher that referenced this issue Sep 26, 2024
polymur Verification value 0xA612032C means that polymur_seed_init()
was not called. Currently, polymur is compiled in unconditionally,
so it should be initialized unconditionally as well.

See rurban#294, rurban#296, rurban#297, rurban#298 and rurban#299.
darkk added a commit to darkk/smhasher that referenced this issue Sep 27, 2024
It fixes arm builds, including macos-14-arm64

polymur Verification value 0xA612032C means that polymur_seed_init()
was not called. Currently, polymur is compiled in unconditionally,
so it should be initialized unconditionally as well.

See rurban#294, rurban#296, rurban#297, rurban#298 and rurban#299.
darkk added a commit to darkk/smhasher that referenced this issue Sep 27, 2024
It fixes arm builds, including macos-14-arm64

polymur Verification value 0xA612032C means that polymur_seed_init()
was not called. Currently, polymur is compiled in unconditionally,
so it should be initialized unconditionally as well.

See rurban#294, rurban#296, rurban#297, rurban#298 and rurban#299.
darkk added a commit to darkk/smhasher that referenced this issue Sep 27, 2024
It fixes arm builds, including macos-14-arm64

polymur Verification value 0xA612032C means that polymur_seed_init()
was not called. Currently, polymur is compiled in unconditionally,
so it should be initialized unconditionally as well.

See rurban#294, rurban#296, rurban#297, rurban#298 and rurban#299.
rurban pushed a commit that referenced this issue Sep 28, 2024
It fixes arm builds, including macos-14-arm64

polymur Verification value 0xA612032C means that polymur_seed_init()
was not called. Currently, polymur is compiled in unconditionally,
so it should be initialized unconditionally as well.

See #294, #296, #297, #298 and #299.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant