You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mark Adler's original CRC32C implementation that is embedded in librdkafka as src/crc32c.c contains a hardware implementation using SSE4.2 that is compatible with gcc/clang inline assembler, but not with MSVC assembler.
It would be great if someone familar with MSVC assembler would port it (using #ifdef _MSC_VER guards).
The text was updated successfully, but these errors were encountered:
Mark Adler's original CRC32C implementation that is embedded in librdkafka as src/crc32c.c contains a hardware implementation using SSE4.2 that is compatible with gcc/clang inline assembler, but not with MSVC assembler.
It would be great if someone familar with MSVC assembler would port it (using
#ifdef _MSC_VER
guards).The text was updated successfully, but these errors were encountered: