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 roland/arm-ifunc-test] ARM: Clean up __libc_ifunc_impl_list


On Mon, 17 Jun 2013, Roland McGrath wrote:

> +#ifndef __ARM_NEON__
> +  use_neon = (GLRO(dl_hwcap) & HWCAP_ARM_NEON) != 0;
> +# define __memcpy_neon	memcpy
> +#endif

I don't understand why this #define is present for the 
runtime-determined-NEON case (to match the existing code, I'd think it 
should rather be for the compile-time-NEON-enabled case).

-- 
Joseph S. Myers
joseph@codesourcery.com


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