-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[WIP] Optimized soft aes for windows and some other features #2362
base: dev
Are you sure you want to change the base?
Conversation
release 2.9.0
release 2.10.0
release 2.10.1
release 2.10.2
Thank you for you work. |
the only files changed for soft aes are the asm files in cnR dir and cryptonight_aesni.h and CryptonightR_gen.cpp some new asm files for msvc and gcc soft aes for cnR and wow were added so the there is a lot of lines edited |
please have a look to the diff. I see many more changes. Also a lot of
whitespace changes.
Please really change only lines those are required to be changes.
Please also squash the commits together.
|
moved to #2372 |
This should make the miner get the hashrate it had in before CryptonightR fork
but it currently works only on windows and crashes on linux and maybe osx
any help will be welcome