[PATCH] AArch64: Remove prefer_sve_ifuncs

Yury Khrustalev yury.khrustalev@arm.com
Mon Mar 16 15:29:12 GMT 2026


On Mon, Mar 16, 2026 at 03:21:05PM +0000, Wilco Dijkstra wrote:
> Hi Yury,
> 
> >    cpu_features->sve = GLRO (dl_hwcap) & HWCAP_SVE;
>> > -  cpu_features->prefer_sve_ifuncs = cpu_features->sve;
> 
> > What if cpu_features->sve is false?
> 
> Existing ifuncs check cpu_features->sve first, so it would not use
> any SVE ifuncs if it is false.

Thanks! In this case, LGTM.

Reviewed-by: Yury Khrustalev <yury.khrustalev@arm.com>

Thanks,
Yury



More information about the Libc-alpha mailing list