DLTcollab / sse2neon

A translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize CRC intrinisics for targets lacking of CRC extension

jserv opened this issue · comments

The existing functions _mm_crc32_u8, _mm_crc32_u16, and _mm_crc32_u32 are currently executed using generic C programming in the absence of CRC extensions. There is a potential implementation designed for CPUs which are equipped to handle PMULL (Polynomial Multiply Long) instructions but lack support for CRC32 instructions.

Reference: