This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 4/4] Use __inhibit_loop_to_libcall in all memset/memcpy implementations


On Aug 27 11:32, keithp@keithp.com wrote:
> From: Keith Packard <keithp@keithp.com>
> 
> This macro selects a compiler option that disables recognition of
> common memset/memcpy patterns and converting those to direct
> memset/memcpy calls.
> 
> Signed-off-by: Keith Packard <keithp@keithp.com>
> ---
>  newlib/libc/machine/cris/memcpy.c   | 2 ++
>  newlib/libc/machine/riscv/memcpy.c  | 2 ++
>  newlib/libc/machine/spu/memcpy.c    | 5 ++++-
>  newlib/libc/machine/spu/memcpy_ea.c | 2 ++
>  newlib/libc/machine/spu/memset_ea.c | 2 ++
>  newlib/libc/machine/visium/memcpy.c | 5 +++++
>  newlib/libc/machine/visium/memset.c | 6 +++++-
>  newlib/libc/machine/xscale/memcpy.c | 2 ++
>  newlib/libc/machine/xscale/memset.c | 2 ++
>  newlib/libc/string/memcpy.c         | 2 ++
>  10 files changed, 28 insertions(+), 2 deletions(-)

Pushed.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

Attachment: signature.asc
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]