On Wed, Apr 30, 2025 at 6:05 AM Richard Sandiford
wrote:
>
> Wilco Dijkstra writes:
> > Cleanup HWCAP defines - rather than including hwcap.h and then repeating it
> > using
> > #ifndef, just define the HWCAPs we need exactly as in hwcap.h.
> >
> > libgcc:
> > * config/aarch64/cpuinfo.c:
Wilco Dijkstra writes:
> Cleanup HWCAP defines - rather than including hwcap.h and then repeating it
> using
> #ifndef, just define the HWCAPs we need exactly as in hwcap.h.
>
> libgcc:
> * config/aarch64/cpuinfo.c: Cleanup HWCAP defines.
Thanks for doing this. I agree it's a significan
Cleanup HWCAP defines - rather than including hwcap.h and then repeating it
using
#ifndef, just define the HWCAPs we need exactly as in hwcap.h.
libgcc:
* config/aarch64/cpuinfo.c: Cleanup HWCAP defines.
---
diff --git a/libgcc/config/aarch64/cpuinfo.c b/libgcc/config/aarch64/cpuinfo.c