[PATCH][aarch64][libstdc++] Use shufflevector instead of shuffle in opt_random.h

2024-10-09 Thread Ricardo Jesus
Neon types like __Uint8x16_t and __Uint32x4_t, which currently it does not. This looks like an oversight in Clang and so will be addressed separately. I see no codegen change with this patch. Bootstrapped and tested on aarch64-none-linux-gnu. Signed-off-by: Ricardo Jesus 2024-09-05 Ricardo

Re: [PATCH] aarch64: libstdc++: Use shufflevector instead of shuffle in opt_random.h

2024-10-21 Thread Ricardo Jesus
On 10/14/24 14:37, Jonathan Wakely wrote: > > > On Mon, 14 Oct 2024 at 14:36, Kyrylo Tkachov wrote: >> >> >> >>> On 14 Oct 2024, at 15:28, Ricardo Jesus wrote: >>> >>> External email: Use caution opening links or attachments >>> &

Re: [PATCH][aarch64][libstdc++] Use shufflevector instead of shuffle in opt_random.h

2024-10-14 Thread Ricardo Jesus
On 10/11/24 20:00, Jonathan Wakely wrote: > > On Fri, 11 Oct 2024 at 19:52, Christophe Lyon > wrote: >> >> On Fri, 11 Oct 2024 at 17:52, Jonathan Wakely wrote: >>> >>> On Wed, 9 Oct 2024 at 10:41, Ricardo Jesus wrote: >>>> >>>> Th

[PATCH] aarch64: libstdc++: Use shufflevector instead of shuffle in opt_random.h

2024-10-14 Thread Ricardo Jesus
Neon types like __Uint8x16_t and __Uint32x4_t, which currently it does not. This looks like an oversight in Clang and so will be addressed separately. I see no codegen change with this patch. Bootstrapped and tested on aarch64-none-linux-gnu. Signed-off-by: Ricardo Jesus 2024-09-05 Ricardo

Re: [PATCH] aarch64: libstdc++: Use shufflevector instead of shuffle in opt_random.h

2024-10-22 Thread Ricardo Jesus
On 10/21/24 18:30, Jonathan Wakely wrote: > On Mon, 21 Oct 2024 at 17:29, Ricardo Jesus wrote: >> >> On 10/14/24 14:37, Jonathan Wakely wrote: >>> >>> >>> On Mon, 14 Oct 2024 at 14:36, Kyrylo Tkachov wrote: >>>> >>>> >>>&