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

Added VAES support for Cryptonight variants #2740

Merged
merged 1 commit into from
Nov 29, 2021
Merged

Added VAES support for Cryptonight variants #2740

merged 1 commit into from
Nov 29, 2021

Conversation

SChernykh
Copy link
Contributor

@SChernykh SChernykh commented Nov 28, 2021

VAES instructions are available on Intel Ice Lake/AMD Zen3 and newer CPUs.
+4% GhostRider speedup on Ryzen 5 5600X.

@xmrig xmrig added the algo label Nov 29, 2021
@xmrig xmrig added this to the v6 milestone Nov 29, 2021
@xmrig xmrig merged commit 1a4bf16 into xmrig:dev Nov 29, 2021
@Spudz76
Copy link
Contributor

Spudz76 commented Nov 29, 2021

Broke compile with < gcc-10

Previous gcc's avxintrin.h does not contain _mm256_loadu2_m128i or _mm256_storeu2_m128i

Clang appears to have it all the way back to at least 7. MSVC all good as well...

@Spudz76
Copy link
Contributor

Spudz76 commented Nov 29, 2021

Fixed for me #2746

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants