-
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
Apply softAES asm for older CPUs from xmrig via @cppdev-123 #2372
base: dev
Are you sure you want to change the base?
Conversation
thanks I will have a look to it soon.
|
Still kind of hacking on it / it doesn't actually work yet / but now its has some more wiring done (hopefully close to correct/useful or on the right track) |
sry for the long delay I will review this PR this week. |
It is quite a mess, now, since the whitespace changes and other giant leaps of code. :/ |
@Spudz76 I have not forget you, I am currently busy because of some health issues of myself and my kid. |
I am currently testing this code but somehow under linux it crashes:
I am currently searching the reason |
int32_t cpu_info[4]; | ||
char cpustr[13] = {0}; | ||
char brandstr[13] = {0}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if I set this to 64
it solves the first issue
It is still crashing under linux. Need to look deeper into it. |
I looked in to the original Pr and @cppdev-123 mentioned that it crashes under linux |
…ed over some more stuff for WOW+RWZ
…U detection so asm_type can be matched up
(mostly) Same as #2362 minus all the off-topic hacks and whitespace change bits; probably still needs some tuneups but at least @psychocrypt might be able to read it now