aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2016-05-22 02:29:48 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2016-05-22 02:29:48 -0700
commit38a711ca51c4a9981911f29b91a2a5bfe4fa449f (patch)
treed66586777e54269142e3b9c3707b26a437442693 /gcc
parent9ea72efd4344a9e2cbd0d20225a675d603495ddd (diff)
downloadriscv-gnu-toolchain-38a711ca51c4a9981911f29b91a2a5bfe4fa449f.zip
riscv-gnu-toolchain-38a711ca51c4a9981911f29b91a2a5bfe4fa449f.tar.gz
riscv-gnu-toolchain-38a711ca51c4a9981911f29b91a2a5bfe4fa449f.tar.bz2
gcc: increase threshold for RV32 inline copies
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