summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel P <pavlov.pavel@gmail.com>2026-01-22 18:43:43 +0200
committerHans Kristian Rosbach <hk-github@circlestorm.org>2026-01-22 21:39:07 +0100
commitefafe02d0789c917487c63908cd05fac6ff92b93 (patch)
treed863ba31072bb5d08c640db918a43078f4ede91d
parent948378559952e62d2e8b73b3df07eb99177b0a85 (diff)
downloadProject-Tick-efafe02d0789c917487c63908cd05fac6ff92b93.tar.gz
Project-Tick-efafe02d0789c917487c63908cd05fac6ff92b93.zip
Remove unnecessary CHUNK_SIZE define - rm last ref
-rw-r--r--arch/riscv/chunkset_rvv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/riscv/chunkset_rvv.c b/arch/riscv/chunkset_rvv.c
index c07d330071..48776360e1 100644
--- a/arch/riscv/chunkset_rvv.c
+++ b/arch/riscv/chunkset_rvv.c
@@ -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