Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

sha512256: patch portability.h to compile on ARM#764

Open
antichris wants to merge 2 commits intoLedgerHQ:developfrom
antichris:fix/sha512256-to-compile-on-arm
Open

sha512256: patch portability.h to compile on ARM#764
antichris wants to merge 2 commits intoLedgerHQ:developfrom
antichris:fix/sha512256-to-compile-on-arm

Conversation

@antichris
Copy link

Intel's x86 intrinsics do not apply to ARM architectures (obviously!).

This patch only enables compilation: for optimum performance architecture-specific bytecode should be implemented instead.

This should probably also be backported to other branches, such as 3.5.x on which the current stable npm package (and, through that, Live) depends.

Intel's x86 intrinsics do not apply to ARM architectures (obviously!).

This patch only enables compilation: for optimum performance
architecture-specific bytecode should be implemented instead.

This should probably also be backported to other branches, such as 3.5.x
on which the current stable `npm` package (and, through that, Live)
depends.
@antichris antichris marked this pull request as ready for review April 20, 2021 19:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant