Skip to content

Add macOS long double to fp_traits for double precision #1283

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mborland
Copy link
Member

Closes: #1282

Changes the traits to show that macOS long double on ARM64 is an alias for double. Removes what seems to be an improper fall through case because this allowed a definition of <long double, double_precision> and <long double, extended_precsion> of 128-bits of this platform which is the source of the linked issue error.

Copy link

codecov bot commented Jun 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.07%. Comparing base (f0a1c2e) to head (83d7b1a).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1283   +/-   ##
========================================
  Coverage    95.07%   95.07%           
========================================
  Files          792      792           
  Lines        66882    66882           
========================================
  Hits         63589    63589           
  Misses        3293     3293           
Files with missing lines Coverage Δ
.../boost/math/special_functions/detail/fp_traits.hpp 100.00% <ø> (ø)

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 f0a1c2e...83d7b1a. 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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

macOS ARM64 -Wfortify-source error with Clang-20
1 participant