Skip to content
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

Make __float128 a floating point type. #637

Merged
merged 7 commits into from
Sep 22, 2024
Merged

Make __float128 a floating point type. #637

merged 7 commits into from
Sep 22, 2024

Conversation

jzmaddock
Copy link
Collaborator

Allows float128 to be used in non gnu mode.
Enable some tests for non-gnu mode.
Fixes #569.

Copy link

codecov bot commented Sep 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.0%. Comparing base (0ab75f9) to head (9ba6ffd).
Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #637     +/-   ##
=========================================
+ Coverage     92.5%   94.0%   +1.6%     
=========================================
  Files          254     279     +25     
  Lines        23475   27033   +3558     
=========================================
+ Hits         21699   25396   +3697     
+ Misses        1776    1637    -139     
Files with missing lines Coverage Δ
config/has_basic_float128.cpp 100.0% <100.0%> (ø)
...nclude/boost/multiprecision/detail/number_base.hpp 97.9% <ø> (ø)

... and 38 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0ab75f9...9ba6ffd. Read the comment docs.

@jzmaddock jzmaddock merged commit 18be0ff into develop Sep 22, 2024
79 checks passed
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.

Compiling float128 failed in g++ 13.2 with the latest boost::multiprecision
1 participant