awslabs / aws-checksums

Cross-Platform HW accelerated CRC32c and CRC32 with fallback to efficient SW implementations. C interface with language bindings for each of our SDKs
Apache License 2.0
53 stars 51 forks source link

AVX512 branch: AVX512 optimized CRC32 implementation #89

Open pbadari opened 2 months ago

pbadari commented 2 months ago

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

pbadari commented 2 months ago

crc32.patch