This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH V2 3/3] sparc: M7 optimized memcpy/mempcpy/memmove/memset/bzero.
- From: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- To: libc-alpha at sourceware dot org
- Date: Mon, 15 Feb 2016 15:54:09 -0200
- Subject: Re: [PATCH V2 3/3] sparc: M7 optimized memcpy/mempcpy/memmove/memset/bzero.
- Authentication-results: sourceware.org; auth=none
- References: <1455553975-17516-1-git-send-email-jose dot marchesi at oracle dot com> <1455553975-17516-4-git-send-email-jose dot marchesi at oracle dot com>
On 15-02-2016 14:32, Jose E. Marchesi wrote:
> diff --git a/sysdeps/sparc/sparc64/multiarch/memmove.S b/sysdeps/sparc/sparc64/multiarch/memmove.S
> new file mode 100644
> index 0000000..ca4eca1
> --- /dev/null
> +++ b/sysdeps/sparc/sparc64/multiarch/memmove.S
For newer implementation I think we should avoid assembly ifunc selector
implementation and use the libc_ifunc macro instead. Check both x86_64
and powerpc.