aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/gcc/config/riscv/riscv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc/config/riscv/riscv.h b/gcc/gcc/config/riscv/riscv.h
index 7c49be0..e4f2a4f 100644
--- a/gcc/gcc/config/riscv/riscv.h
+++ b/gcc/gcc/config/riscv/riscv.h
@@ -1017,7 +1017,7 @@ while (0)
/* The maximum number of bytes that can be copied by one iteration of
a movmemsi loop; see riscv_block_move_loop. */
-#define RISCV_MAX_MOVE_BYTES_PER_LOOP_ITER (UNITS_PER_WORD * 4)
+#define RISCV_MAX_MOVE_BYTES_PER_LOOP_ITER 32
/* The maximum number of bytes that can be copied by a straight-line
implementation of movmemsi; see riscv_block_move_straight. We want