From: Pavel P Date: Sat, 26 Apr 2025 19:02:32 +0000 (+0200) Subject: Match function declaration for chorba_small_nondestructive_sse2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f09f7791bfc5ac9ded23f53fda4371d95a5a0d1d;p=thirdparty%2Fzlib-ng.git Match function declaration for chorba_small_nondestructive_sse2 --- 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))); \