]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Match function declaration for chorba_small_nondestructive_sse2
authorPavel P <pavlov.pavel@gmail.com>
Sat, 26 Apr 2025 19:02:32 +0000 (21:02 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 28 Apr 2025 19:27:13 +0000 (21:27 +0200)
arch/x86/chorba_sse41.c

index 5e03ed1b1d1e1356eeeedb2417fb83c943c911f6..109ddf2916f25f88498e1e699d10aa10dc3910ef 100644 (file)
@@ -11,7 +11,7 @@
 #include <assert.h>
 
 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))); \