Re: [PATCH v6] libstdc++: Implement Philox Engine (PR119794)

2025-08-19 Thread 1nfocalypse
Aug 2025, 1nfocalypse wrote: > > > Implements Philox Engine (P2075R6) and associated tests. > > > > Implements additional feedback from v5 from Patrick Palka. > > Also cut some trailing whitespace from the limb propagation > > fix in v5. > > > > Apologies

[PATCH v6] libstdc++: Implement Philox Engine (PR119794)

2025-08-05 Thread 1nfocalypse
for the feedback, and please let me know if anything further needs to be changed. Built/tested on x86_64-pc-linux-gnu.From 23ffd0ca595c27e8721d6d73ac746293aace7771 Mon Sep 17 00:00:00 2001 From: 1nfocalypse <1nfocaly...@protonmail.com> Date: Tue, 5 Aug 2025 01:37:18 + Subject: [PATCH]

[PATCH v5] Implement Philox Engine [PR119794]

2025-07-23 Thread 1nfocalypse
hilox. If any further changes need to be made, please let me know. Built/tested on x86_64-pc-linux-gnu.From 6afcd874c5a4d6059f6ed3409f7f4c08bf6ee0b9 Mon Sep 17 00:00:00 2001 From: 1nfocalypse <1nfocaly...@protonmail.com> Date: Wed, 23 Jul 2025 07:46:42 + Subject: [PATCH] [PATCH

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

2025-07-19 Thread 1nfocalypse
From: 1nfocalypse <1nfocaly...@protonmail.com> Date: Sat, 19 Jul 2025 02:08:07 + Subject: [PATCH] [PATCH v4] libstdc++: Implement Philox Engine [PR119794] Implemented additional changes according to feedback from Patrick Palka. _charT, _traits -> _CharT, _Traits in stream operator tem

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

2025-07-18 Thread 1nfocalypse
ng the reference library. Thank you once again for the review, and I'll have a v4 together shortly with the changes. On Friday, July 18th, 2025 at 12:34 PM, Patrick Palka wrote: > On Fri, 18 Jul 2025, 1nfocalypse wrote: > > > Implements Philox Engine (P2075R6) and associated te

[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]

Re: [PATCH v2] libstdc++: implement Philox Engine [PR119794]

2025-07-11 Thread 1nfocalypse
Good evening! Thank you both for the review, I'll get to work on cleaning it up and send out a v3 soon. Additionally, don't worry about the delay, and thank you for your patience. Have a good weekend! Regards, 1nfocalypse On Friday, July 11th, 2025 at 9:29 AM, Patrick Palka wr

[PATCH v2] libstdc++: implement Philox Engine [PR119794]

2025-05-21 Thread 1nfocalypse
ather than numeric_limits, since the specified width may differ from the width of the type used. Built/tested on x86_64-linux-gnu. - 1nfocalypseFrom 8fca3ac477c18fc988bd8148e1bc97fef0f3ff0c Mon Sep 17 00:00:00 2001 From: 1nfocalypse <1nfocaly...@protonmail.com> Date: Wed, 21 May 2025 13:04:46 +

[PATCH] libstdc++: implement Philox Engine [PR119794]

2025-05-20 Thread 1nfocalypse
rther flexibility in the case of a user-specified size outside the norm where the maximum value of a register is not equal to the maximum value of the specified word length. Built and tested on x86_64-linux-gnu. 1nfocalypseFrom 69db1ff9e7b8ace24cd4da246f3481a4544a9aec Mon Sep 17 00:00:00 2001 From: 1nfoca