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
The != on this line is definitely wrong (should probably be ==?):
!=
==
xmr-stak/xmrstak/backend/cpu/crypto/cryptonight_aesni.h
Line 801 in 61e997c
The text was updated successfully, but these errors were encountered:
Well spotted! I will fix it today!
Sorry, something went wrong.
fix wrong logic operator usage
746cf7f
fix fireice-uk#2276
fixed with #2280
e3eb9e1
psychocrypt
No branches or pull requests
The
!=
on this line is definitely wrong (should probably be==
?):xmr-stak/xmrstak/backend/cpu/crypto/cryptonight_aesni.h
Line 801 in 61e997c
The text was updated successfully, but these errors were encountered: