Re: [PATCH] std::experimental::simd

2020-11-13 Thread Matthias Kretz
On Donnerstag, 12. November 2020 00:43:31 CET Jonathan Wakely wrote: > On 08/05/20 21:03 +0200, Matthias Kretz wrote: > >Here's my last update to the std::experimental::simd patch. It's currently > >based on the gcc-10 branch. > > > > > >+ > >+// __next_power_of_2{{{ > >+/** > >+ * \internal > > W

Re: [PATCH] std::experimental::simd

2020-11-11 Thread Jonathan Wakely via Gcc-patches
On 08/05/20 21:03 +0200, Matthias Kretz wrote: Here's my last update to the std::experimental::simd patch. It's currently based on the gcc-10 branch. + +// __next_power_of_2{{{ +/** + * \internal We use @foo for Doxygen commens rather than \foo + * Returns the next power of 2 larger than

Re: [PATCH] std::experimental::simd

2020-01-07 Thread Dr. Matthias Kretz
On Dienstag, 7. Januar 2020 12:16:57 CET Andrew Pinski wrote: > On Tue, Jan 7, 2020 at 3:01 AM Matthias Kretz wrote: > > Is there any chance left we can get this done for 10.1? If not, can we > > please get it ready for 10.2 ASAP? > > > > Cheers, > > > > Matthias > > > > On Montag, 14. Oktobe

Re: [PATCH] std::experimental::simd

2020-01-07 Thread Andrew Pinski
On Tue, Jan 7, 2020 at 3:01 AM Matthias Kretz wrote: > > Is there any chance left we can get this done for 10.1? If not, can we please > get it ready for 10.2 ASAP? > > Cheers, > Matthias > > On Montag, 14. Oktober 2019 14:12:12 CET Matthias Kretz wrote: > > Let me try again to get this patch re

Re: [PATCH] std::experimental::simd

2020-01-07 Thread Matthias Kretz
Is there any chance left we can get this done for 10.1? If not, can we please get it ready for 10.2 ASAP? Cheers, Matthias On Montag, 14. Oktober 2019 14:12:12 CET Matthias Kretz wrote: > Let me try again to get this patch ready. It will need a few iterations... > This patch is without documen

[PATCH] std::experimental::simd

2019-10-14 Thread Matthias Kretz
Let me try again to get this patch ready. It will need a few iterations... This patch is without documentation and testsuite. I can add them on request but would prefer a follow-up patch after getting this one right. I recommend to review starting from simd.h + simd_scalar.h, then simd_builtin.