// Copyright 2025 XTX Markets Technologies Limited // // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception #include #include #include #include typedef uint8_t u8; typedef uint32_t u32; typedef uint64_t u64; #define CRC32C_USE_PCLMUL 1 #define CRC32C_NAME(a) a##_pclmul #include "crc32c_body.c"