Browse Source

gcc: increase threshold for RV32 inline copies

pull/151/head
Andrew Waterman 10 years ago
parent
commit
38a711ca51
  1. 2
      gcc/gcc/config/riscv/riscv.h

2
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

Loading…
Cancel
Save