We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i don't think that it's not actually issue, but I wanna share this.
i used this options on rpi2.
$./configure CFLAGS="-Ofast -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -ffast-math" CXXFLAGS="-Ofast -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -ffast-math"
and i got 25% hash up. it's amazing... before 0.08 kH/s after 0.11 kH/s
do you why this options increases hash power? i am very curious...
The text was updated successfully, but these errors were encountered:
the options from this site: https://github.com/novaspirit/wolf-m7m-cpuminer-V2-RPi
Sorry, something went wrong.
i think it's very practical for ARM CPUs (smartphone mining)
I guess due to neon and -Ofast
No branches or pull requests
i don't think that it's not actually issue, but I wanna share this.
i used this options on rpi2.
$./configure CFLAGS="-Ofast -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -ffast-math" CXXFLAGS="-Ofast -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -ffast-math"
and i got 25% hash up. it's amazing... before 0.08 kH/s after 0.11 kH/s
do you why this options increases hash power? i am very curious...
The text was updated successfully, but these errors were encountered: