Re: [PATCH] libstdc++: Fix find_last_set(simd_mask) to ignore padding bits

2024-06-20 Thread Jonathan Wakely
On Tue, 18 Jun 2024 at 07:22, Matthias Kretz wrote: > > Tested on x86_64-linux-gnu (also -m32 and -mx32), aarch64-linux-gnu, and arm- > linux-gnueabi(hf). > > OK for trunk and backports? OK, to go for GCC 11.5 as early as possible? OK for all branches, thanks. > > --- 8< ---

Re: [PATCH] libstdc++: Fix find_last_set(simd_mask) to ignore padding bits

2024-06-20 Thread Matthias Kretz
Ping. I fear that time to make GCC 11.5 is running out. -Matthias On Tuesday, 18 June 2024 08:22:13 GMT+2 Matthias Kretz wrote: > Tested on x86_64-linux-gnu (also -m32 and -mx32), aarch64-linux-gnu, and > arm- linux-gnueabi(hf). > > OK for trunk and backports? OK, to go for GCC 11.5 as early as