Christian Bruel wrote:
> This patch unrolls string compare for length < 8 and residual bytes
> after the word at a time loops (with cmp/str), using base+offset
> addressing mode.
> It also allows the builtin to be inlined for non-constant lengths.
>
> No new regressions. Upgraded test case to han
Hello,
This patch unrolls string compare for length < 8 and residual bytes
after the word at a time loops (with cmp/str), using base+offset
addressing mode.
It also allows the builtin to be inlined for non-constant lengths.
No new regressions. Upgraded test case to handle former case.
OK for tru