This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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] ARM: Add Cortex-A15 optimized NEON and VFP memcpy routines, with IFUNC.


On 15 April 2013 19:37, Richard Henderson <rth@twiddle.net> wrote:
> On 2013-04-15 20:31, Will Newton wrote:
>>>
>>>         bx      lr
>
>
> Oops.  FYI there's a macro for this, if it's possible we're
> running in pre-v5 mode.  DO_RET?

It should be only on armv7 (as its in the armv7 sub-directory) but I
will make sure to use DO_RET anyway. One slight issue is that the
PC-relative add is not available in thumb mode, but I guess I can just
use arm instead.

--
Will Newton
Toolchain Working Group, Linaro


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