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

ARMV7 not support #151

Closed
mSoftDeveloper opened this issue Nov 7, 2019 · 3 comments
Closed

ARMV7 not support #151

mSoftDeveloper opened this issue Nov 7, 2019 · 3 comments

Comments

@mSoftDeveloper
Copy link

Please support the new algorithm(RandomX) for armv7 ,Thank~

@hyc
Copy link
Collaborator

hyc commented Nov 7, 2019

See #148
The generic interpreter works on ARMv7 already. There's not much point to optimizing further, a 32bit processor will always be at least 4-6 times slower than a 64bit processor. There's no value in mining on 32bit machines.

@mSoftDeveloper
Copy link
Author

See #148
The generic interpreter works on ARMv7 already. There's not much point to optimizing further, a 32bit processor will always be at least 4-6 times slower than a 64bit processor. There's no value in mining on 32bit machines.

Compiling armv7 to generate the so file is to run on the Android device, but has not found a suitable project to compile

@tevador
Copy link
Owner

tevador commented Nov 29, 2019

Compiling armv7 to generate the so file

randomx is a static library, so there is no .so file, but a .lib file that you have to statically link to an executable.

This is not related to armv7, which is already supported.

@tevador tevador closed this as completed Dec 18, 2019
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

3 participants