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

kuznyechik: implement new software backend #443

Merged
merged 3 commits into from
Aug 2, 2024
Merged

Conversation

newpavlov
Copy link
Member

@newpavlov newpavlov commented Aug 2, 2024

The new software backend implements the same approach as in the SSE2 backend, but uses u128 instead of __m128i. The resulting performance is slightly worse compared to SSE2, but the code is cross-platform and should be much faster than the old "compact" software backend.

@newpavlov newpavlov merged commit 5aff007 into master Aug 2, 2024
152 checks passed
@newpavlov newpavlov deleted the kuznyechik/big_soft branch August 2, 2024 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant