Skip to content

Signed saturating arithmetic and docs #151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 49 commits into from
Jun 2, 2025
Merged

Signed saturating arithmetic and docs #151

merged 49 commits into from
Jun 2, 2025

Conversation

mborland
Copy link
Member

Closes: #146
Closes: #148

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://151.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

11 similar comments
@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://151.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://151.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://151.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://151.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://151.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://151.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://151.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://151.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://151.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://151.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://151.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://151.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

4 similar comments
@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://151.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://151.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://151.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://151.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://151.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

1 similar comment
@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://151.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://151.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://151.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://151.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

Copy link

codecov bot commented Jun 2, 2025

Codecov Report

Attention: Patch coverage is 99.59514% with 1 line in your changes missing coverage. Please review.

Project coverage is 95.09%. Comparing base (ca8c3a9) to head (0d6e30e).
Report is 53 commits behind head on master.

Files with missing lines Patch % Lines
test/test_saturating_arith.cpp 99.46% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #151      +/-   ##
==========================================
+ Coverage   94.52%   95.09%   +0.57%     
==========================================
  Files          28       28              
  Lines        3909     4141     +232     
  Branches     1020     1116      +96     
==========================================
+ Hits         3695     3938     +243     
+ Misses         74       62      -12     
- Partials      140      141       +1     

☔ 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 576cbbf into master Jun 2, 2025
75 checks passed
@mborland mborland deleted the i_sat branch June 2, 2025 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement int128_t saturating arithmetic Add C++26 saturating arithmetic
2 participants