Re: [PATCH v3] libstdc++: Implement Philox Engine [PR119794]

2025-07-18 Thread 1nfocalypse
n excess of 80 chars. Since it was the result of autogen, I let it lie. If > > this > > was incorrect, I can adjust it. > > > That's fine, we don't care about line lengths of autogenerated files. > > > Otherwise, thank you for the review, and please let m

Re: [PATCH v3] libstdc++: Implement Philox Engine [PR119794]

2025-07-18 Thread Patrick Palka
t; alterations are needed. Nice, thanks! A couple of more review comments added inline. > > Built/tested on x86_64-linux-gnu. > > > Subject: [PATCH] [PATCH v3] libstdc++: implement Philox Engine [PR119794] > > Implemented changes according to feedb

[PATCH v3] libstdc++: Implement Philox Engine [PR119794]

2025-07-18 Thread 1nfocalypse
rther alterations are needed. Built/tested on x86_64-linux-gnu.From a175a89dd87426d1724812040bf8bb33680a9cb8 Mon Sep 17 00:00:00 2001 From: 1nfocalypse <1nfocaly...@protonmail.com> Date: Fri, 18 Jul 2025 01:16:48 + Subject: [PATCH] [PATCH v3] libstdc++: implement Philox Engine [PR119794]