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

AVX512 branch: AVX512 optimized CRC32 implementation #89

Open
1 of 2 tasks
pbadari opened this issue May 3, 2024 · 1 comment
Open
1 of 2 tasks

AVX512 branch: AVX512 optimized CRC32 implementation #89

pbadari opened this issue May 3, 2024 · 1 comment
Labels
feature-request New feature or enhancement. May require GitHub community feedback.

Comments

@pbadari
Copy link

pbadari commented May 3, 2024

Describe the feature

Currently CRC32 implementation is not optimized for SSE4.2 or AVX512.

Use Case

Provide better performance for CRC32 using HW optimized implementation

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@pbadari pbadari added the feature-request New feature or enhancement. May require GitHub community feedback. label May 3, 2024
@pbadari
Copy link
Author

pbadari commented May 3, 2024

crc32.patch

@pbadari pbadari changed the title AVX512 optimized CRC32 implementation AVX512 branch: AVX512 optimized CRC32 implementation May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or enhancement. May require GitHub community feedback.
Projects
None yet
Development

No branches or pull requests

1 participant