Christian Bruel <christian.br...@st.com> wrote:
> This patch inlines builtin_memset whose size is a constant 128 < size <
> 15. Small sizes are better unrolled with mov_insn sequences. Big size
> (or non constants) are better handled with a libc implementation that
> does cache line aligned copying and unrolling or prefetching.
> 
> No new regressions for sh-none-elf and sh-linux-elf without new errors.
> 
> OK for trunk ?

OK for trunk when it returns to stage 1 or 2.

Regards,
        kaz

Reply via email to