Conversation
MSVC added constexpr support to their 128-bit ints
Explain why this is different from Boost.MP
Remove the sign conversions and any differentiated handling
Optimize further mul and div algorithms
|
An automated preview of the documentation is available at https://412.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html If more commits are pushed to the pull request, the docs will rebuild at the same URL. 2026-06-03 17:48:56 UTC |
|
Hi, @sdarwin, can you see why the doc preview is 404ing? I didn't change any of the Antora yaml files, the only things with any diffs in the infrastructure are the package.json and package-lock.json. Thanks. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #412 +/- ##
==========================================
- Coverage 98.89% 96.19% -2.71%
==========================================
Files 67 79 +12
Lines 5636 7068 +1432
Branches 1788 2450 +662
==========================================
+ Hits 5574 6799 +1225
- Misses 31 34 +3
- Partials 31 235 +204 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I have been investigating, and still can't discover the cause. However this is an unusual pull request. Almost all PRs are from another branch into develop. This is Perhaps just proceed, and report back if ordinary pull requests, to develop, start to have a problem. |
Breaking change is that our behavior now matches builtins without opinion.