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

sm3: 优化KDF性能-基于SIMD的多路并行(四路) #221

Closed
3 tasks done
emmansun opened this issue May 16, 2024 · 2 comments
Closed
3 tasks done

sm3: 优化KDF性能-基于SIMD的多路并行(四路) #221

emmansun opened this issue May 16, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@emmansun
Copy link
Owner

emmansun commented May 16, 2024

SM2加解密性能

  • AMD64,基于SSE指令的4路并行。
  • AMD64,基于AVX指令的4路并行。
  • ARM64,基于NEON指令的4路并行。
@emmansun emmansun added the enhancement New feature or request label May 16, 2024
@emmansun emmansun self-assigned this May 16, 2024
emmansun added a commit that referenced this issue May 21, 2024
@emmansun emmansun changed the title sm3: 优化KDF性能-基于SIMD的多路并行 sm3: 优化KDF性能-基于SIMD的多路并行(四路) May 21, 2024
@emmansun
Copy link
Owner Author

emmansun commented May 21, 2024

由于使用AVX2实现8路并行需要使用更多内存,以及8x8矩阵转换需要更多指令,分开处理。

@emmansun
Copy link
Owner Author

v0.27.0

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

No branches or pull requests

1 participant