TobiasBengtsson / crc-fast-rs

A CRC algorithm generator with SIMD support and table fallback
MIT License
14 stars 1 forks source link

Implement SIMD for ARM architectures #3

Open TobiasBengtsson opened 1 month ago

TobiasBengtsson commented 1 month ago

Should be possible by using PMULL/PMULL2.

TobiasBengtsson commented 2 weeks ago

Implemented for aarch64, armv7 left. Runtime feature detection with nostd if at all possible