Re: [PATCH] libgcc: Cleanup HWCAP defines in cpuinfo.c

2025-07-30 Thread Andrew Pinski
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:

Re: [PATCH] libgcc: Cleanup HWCAP defines in cpuinfo.c

2025-04-30 Thread Richard Sandiford
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

[PATCH] libgcc: Cleanup HWCAP defines in cpuinfo.c

2025-04-30 Thread Wilco Dijkstra
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