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, v5] ARM: Add Cortex-A15 optimized NEON and VFP memcpy routines, with IFUNC.


> > +	/* Jump directly into the sequence below at the correct offset.  */
> > +	add	pc, pc, tmp1, lsl #1
> 
> This is going to fail for NaCl, defining ARM_ALWAYS_BX.  I'm not quite
> sure all of what needs to be done to fix that.  I'm sure Roland will
> have some advice...
> 
> Perhaps the answer is "nothing" and NaCl should be vectored back to the
> non-ifunc version of the code.

No, I want the new stuff.  But I'd intended to do NaCl fixups as follow-on
patches after this goes in.  I don't expect other people to be worrying
about NaCl issues at this point.


Thanks,
Roland


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