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

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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant