diff crc32-impls.h @ 1:90cb48b87dcc

*: don't hardcode the list of impls in multiple places
author Paper <paper@tflc.us>
date Mon, 09 Feb 2026 01:18:06 -0500
parents
children ead9f84d11db
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/crc32-impls.h	Mon Feb 09 01:18:06 2026 -0500
@@ -0,0 +1,7 @@
+#ifndef CRC32_IMPL
+# define CRC32_IMPL(name)
+#endif
+CRC32_IMPL(c)
+CRC32_IMPL(qw)
+CRC32_IMPL(x86_vpclmulqdq)
+#undef CRC32_IMPL
\ No newline at end of file