Re: [PATCH] riscv: add vectorized rawmemchr

Kito Cheng <[email protected]> Fri, 12 Jun 2026 23:12:59 +0800
Newsgroups gmane.comp.lib.newlib
Message-ID <CA+yXCZAPY=XU79HAxq6FVEc_VjgTHC5ZZQ1jYubgN1jc8NjP6A@mail.gmail.com>
Pushed with minor fix :)

> diff --git a/newlib/libc/machine/riscv/Makefile.inc b/newlib/libc/machine/riscv/Makefile.inc
> index 1fdee8d95..669d3ed0f 100644
> --- a/newlib/libc/machine/riscv/Makefile.inc
> +++ b/newlib/libc/machine/riscv/Makefile.inc
> @@ -15,6 +15,8 @@ libc_a_SOURCES += \
>         %D%/mempcpy.c \
>         %D%/memrchr-asm.S \
>         %D%/memrchr.c \
> +       %D%/rawmemchr-asm.S \
> +       %D%/rawmemchr.c

^^^^ miss backslash at end of line

>         %D%/memset.S \
>         %D%/setjmp.S \
>         %D%/stpcpy.c \