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__
> +  bool use_vfp = true;
> +# ifdef __SOFTFP__
> +  use_neon = (GLRO(dl_hwcap) & HWCAP_ARM_VFP) != 0;

That looks like it should be setting use_vfp, not use_neon....

-- 
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]