From f09f7791bfc5ac9ded23f53fda4371d95a5a0d1d Mon Sep 17 00:00:00 2001 From: Pavel P Date: Sat, 26 Apr 2025 21:02:32 +0200 Subject: [PATCH] Match function declaration for chorba_small_nondestructive_sse2 --- arch/x86/chorba_sse41.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/chorba_sse41.c b/arch/x86/chorba_sse41.c index 5e03ed1b..109ddf29 100644 --- a/arch/x86/chorba_sse41.c +++ b/arch/x86/chorba_sse41.c @@ -11,7 +11,7 @@ #include extern uint32_t crc32_braid_base(uint32_t c, const uint8_t *buf, size_t len); -extern uint32_t chorba_small_nondestructive_sse2(uint32_t c, uint64_t *aligned_buf, size_t aligned_len); +extern uint32_t chorba_small_nondestructive_sse2(uint32_t c, const uint64_t *aligned_buf, size_t aligned_len); #define READ_NEXT(in, off, a, b) do { \ a = _mm_load_si128((__m128i*)(in + off / sizeof(uint64_t))); \ -- 2.47.3