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

Enable 80 and 128 bit long double conversions #756

Merged
merged 2 commits into from
Oct 7, 2024
Merged

Conversation

mborland
Copy link
Member

@mborland mborland commented Oct 7, 2024

I think it's best to not offer __float128 support until demanded based off all the issue that charconv has had because of that decision.

Copy link

codecov bot commented Oct 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.1%. Comparing base (8274270) to head (833b6e3).
Report is 14 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           develop    #756   +/-   ##
=======================================
  Coverage     99.1%   99.1%           
=======================================
  Files          227     227           
  Lines        16863   16863           
  Branches      1816    1816           
=======================================
  Hits         16708   16708           
  Misses         155     155           
Files with missing lines Coverage Δ
include/boost/decimal/decimal64.hpp 99.3% <100.0%> (ø)
include/boost/decimal/decimal64_fast.hpp 98.6% <ø> (ø)
.../decimal/detail/fast_float/compute_float80_128.hpp 80.0% <100.0%> (ø)
include/boost/decimal/detail/to_float.hpp 100.0% <100.0%> (ø)

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 8274270...833b6e3. Read the comment docs.

@mborland mborland merged commit 1b5d18a into develop Oct 7, 2024
65 checks passed
@mborland mborland deleted the ldbl_conv branch October 7, 2024 18:10
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.

1 participant