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

Remove unsafe ops for Rational #1813

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Remove unsafe ops for Rational #1813

merged 1 commit into from
Sep 27, 2024

Conversation

fingolfin
Copy link
Member

These are actually slower than the generic ones.

These are actually slower than the generic ones.
Copy link

codecov bot commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.01%. Comparing base (efb6ceb) to head (e5487a7).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1813      +/-   ##
==========================================
- Coverage   88.03%   88.01%   -0.03%     
==========================================
  Files         119      119              
  Lines       30057    30005      -52     
==========================================
- Hits        26460    26408      -52     
  Misses       3597     3597              

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

@thofma
Copy link
Member

thofma commented Sep 27, 2024

Great! It seems that julia finally uses mpq from GMP.

@thofma
Copy link
Member

thofma commented Sep 27, 2024

After looking further into this, could we use Base.GMP.MPQ.mul! etc?

Edit: Maybe not, it does not exist in 1.6.

@lgoettgens lgoettgens enabled auto-merge (squash) September 27, 2024 15:35
@lgoettgens lgoettgens merged commit e5688a5 into master Sep 27, 2024
29 of 30 checks passed
@lgoettgens lgoettgens deleted the mh/remove-julia-inplace branch September 27, 2024 15:35
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.

3 participants