John McFarlane

Results 144 comments of John McFarlane

Have you tried -isystem instead? On Wed 27 Jul 2022, 23:19 Sadie Powell, ***@***.***> wrote: > I'm using data/single_include/lyra/lyra.hpp and it is in a directory that > is added to...

It ought to be possible always to include 3rd-party headers via `-isystem`. It's a flag which is used specifically for this purpose. Fixing warnings generally is good practice and the...

Alternatively, keep tags as types, and store them alongside rep with no-addressable attribute. Could be used to extend overflow_integer to solve this problem: https://github.com/boostorg/safe_numerics/issues/129

Hi Elco. Glad to hear it. Be warned that the 2.0 API is not at all stable and that I've not been actively working on CNL recently. On Fri, 17...

Thanks. I'm honestly not sure at the moment. Certainly if I do, I'll likely continue with 2.x. I have also thought about starting a 3.x branch some time in the...

Feedback is always welcome, but as I am not concentrating on CNL currently, issues might be the best medium for recording potential improvements. It could be some other developer who...

It's really up to you, but you might want to look into the extent to which -O3 can unroll your loops. It's generally tidier to leave this kind of thing...

Certainly. Provided the configuration can be generated and randomly tweaked automatically, it should be a candidate. On Thu, May 3, 2018 at 2:08 AM Mihai Popescu wrote: > Would be...

Thanks @mikhailramalho, what versions of Python and clang-format are you using? Also, how much RAM and what CPU do you have? To avoid the OOM issue, you might try reducing...

Hmm, you have plenty of RAM. Nevertheless, `-j 4` should reduce the chance of OOM. I'll look into how easy it is to catch this error and fail more gracefully.