]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove unnecessary CHUNK_SIZE define - rm last ref
authorPavel P <pavlov.pavel@gmail.com>
Thu, 22 Jan 2026 16:43:43 +0000 (18:43 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 22 Jan 2026 20:39:07 +0000 (21:39 +0100)
arch/riscv/chunkset_rvv.c

index c07d3300710966e0dea45befd6c0fe5b1f95100b..48776360e1a3998a34800cfb03b486cfdedd7b8d 100644 (file)
@@ -10,8 +10,6 @@
  * RISC-V glibc would enable RVV optimized memcpy at runtime by IFUNC,
  * so we prefer using large size chunk and copy memory as much as possible.
  */
-#define CHUNK_SIZE 32
-
 #define HAVE_CHUNKMEMSET_2
 #define HAVE_CHUNKMEMSET_4
 #define HAVE_CHUNKMEMSET_8