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

Add fmin/fmax for Julia 1.10 #11

Merged
merged 1 commit into from
May 21, 2024
Merged

Add fmin/fmax for Julia 1.10 #11

merged 1 commit into from
May 21, 2024

Conversation

pxl-th
Copy link
Contributor

@pxl-th pxl-th commented Nov 20, 2023

LLVM 15 has support for atomic fmin/fmax: https://reviews.llvm.org/D127041

Copy link

codecov bot commented Nov 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4e45a08) 76.08% compared to head (9c4c6b3) 76.08%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #11   +/-   ##
=======================================
  Coverage   76.08%   76.08%           
=======================================
  Files           3        3           
  Lines         184      184           
=======================================
  Hits          140      140           
  Misses         44       44           
Flag Coverage Δ
Pkg.test 76.08% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maleadt maleadt merged commit c8dbc94 into JuliaConcurrent:main May 21, 2024
10 checks passed
@pxl-th pxl-th deleted the pxl-th/fmax branch May 21, 2024 11:40
vchuravy pushed a commit to JuliaConcurrent/UnsafeAtomics.jl that referenced this pull request Nov 28, 2024
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.

2 participants