Skip to content

Fix check for long double as float on clang ppc64le#300

Open
mborland wants to merge 1 commit into
developfrom
299
Open

Fix check for long double as float on clang ppc64le#300
mborland wants to merge 1 commit into
developfrom
299

Conversation

@mborland

@mborland mborland commented Jul 1, 2026

Copy link
Copy Markdown
Member

Closes: #299

@mborland mborland added the bug Something isn't working label Jul 1, 2026
@codecov

codecov Bot commented Jul 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.87%. Comparing base (78d2d26) to head (4ff5282).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #300   +/-   ##
========================================
  Coverage    94.87%   94.87%           
========================================
  Files           75       75           
  Lines         9039     9039           
========================================
  Hits          8576     8576           
  Misses         463      463           

Continue to review full report in Codecov by Harness.

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build fails on clang with IEEE-128 long double (ppc64le): static_assert(is_same<long double, __float128>) is GCC-only

1 participant