diff crc32-impls.h @ 2:ead9f84d11db

*: make it work on non-x86 too
author Paper <paper@tflc.us>
date Mon, 09 Feb 2026 01:21:00 -0500
parents 90cb48b87dcc
children
line wrap: on
line diff
--- a/crc32-impls.h	Mon Feb 09 01:18:06 2026 -0500
+++ b/crc32-impls.h	Mon Feb 09 01:21:00 2026 -0500
@@ -3,5 +3,7 @@
 #endif
 CRC32_IMPL(c)
 CRC32_IMPL(qw)
+#ifdef __x86_64__
 CRC32_IMPL(x86_vpclmulqdq)
+#endif
 #undef CRC32_IMPL
\ No newline at end of file