jzmaddock
jzmaddock
This sucks, as different compilers require different naming conventions :( I'm easy either way though.
I wonder if this is truly a bug, but more particularly this comes down to what we actually want the quantile to do here as different libraries take slightly different...
Me too! I think there may be a solution though: 1) Terminate the root finder if the bracket on the root drops below 1 then: 2) Return the `ceil` of...
Just looking through our code at this.... looks like this case should already be handled (albeit it may be possible to be more efficient), so I pushed this test case...
Ah, arm64, missed that, thought it was M1, I think we can emulate arm64/Linux at least, will try and see.
OK, is it a release build as well?
Hmm, still passing, what's the clang version? We have "Clang version 14.0.0 (clang-1400.0.29.202)"
Thanks Matt, sadly, the test is still passing, can I get you take a look locally if you have an M1 machine there? There *might* be ways to re-write the...
Then I don't know what to make of the report, @mdhaber do you know the exact command line used to build, and/or can you provide a reproducer? I feel we're...
Sorry @mckib2 : do we have a reproducer or no? Did you try the C++ file referenced: https://github.com/boostorg/math/pull/936/files ?