Skip to content

Optimize further mul and div algorithms #411

Merged
mborland merged 23 commits into
developfrom
opt_mul
Jun 3, 2026
Merged

Optimize further mul and div algorithms #411
mborland merged 23 commits into
developfrom
opt_mul

Conversation

@mborland

@mborland mborland commented Jun 2, 2026

Copy link
Copy Markdown
Member

Closes: #410

@mborland mborland added this to the v3.0.0 milestone Jun 2, 2026
@mborland mborland self-assigned this Jun 2, 2026
@mborland mborland added the Optimization Make Something Faster label Jun 2, 2026
@cppalliance-bot

cppalliance-bot commented Jun 2, 2026

Copy link
Copy Markdown

An automated preview of the documentation is available at https://411.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 15:00:51 UTC

@codecov

codecov Bot commented Jun 2, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 93.23529% with 23 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.19%. Comparing base (051606b) to head (bf76e1d).
⚠️ Report is 24 commits behind head on develop.

Files with missing lines Patch % Lines
test/test_div_primitives.cpp 86.08% 2 Missing and 14 partials ⚠️
include/boost/int128/detail/common_div.hpp 95.45% 3 Missing and 2 partials ⚠️
test/test_x64_msvc_div.cpp 95.34% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #411      +/-   ##
===========================================
- Coverage    96.28%   96.19%   -0.10%     
===========================================
  Files           78       79       +1     
  Lines         6999     7068      +69     
  Branches      2397     2450      +53     
===========================================
+ Hits          6739     6799      +60     
+ Misses          41       34       -7     
- Partials       219      235      +16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mborland mborland merged commit fb37592 into develop Jun 3, 2026
74 of 75 checks passed
@mborland mborland deleted the opt_mul branch June 3, 2026 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Optimization Make Something Faster

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Investigate further mul and div optimizations

2 participants