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

chore: simplify mul #325

Merged
merged 1 commit into from
Oct 1, 2023
Merged

chore: simplify mul #325

merged 1 commit into from
Oct 1, 2023

Conversation

DaniPopes
Copy link
Contributor

Motivation

Use slice/array patterns to simplify addmul.
Reduces LLVM generated which may or may not improve performance or binary size.

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

@codecov
Copy link

codecov bot commented Sep 30, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (a52ea9e) 80.54% compared to head (3ed970b) 80.51%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #325      +/-   ##
==========================================
- Coverage   80.54%   80.51%   -0.04%     
==========================================
  Files          54       54              
  Lines        6040     6034       -6     
==========================================
- Hits         4865     4858       -7     
- Misses       1175     1176       +1     
Files Coverage Δ
src/algorithms/mul.rs 99.58% <100.00%> (-0.42%) ⬇️

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

@prestwich prestwich merged commit a3057c5 into recmo:main Oct 1, 2023
@DaniPopes DaniPopes deleted the simplify-mul branch October 1, 2023 02:25
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