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

Try and optimize small integer powers. #649

Merged
merged 1 commit into from
Jan 17, 2025
Merged

Conversation

jzmaddock
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Jan 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.1%. Comparing base (ad1ee2a) to head (d606acf).
Report is 2 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #649     +/-   ##
=========================================
+ Coverage     94.1%   94.1%   +0.1%     
=========================================
  Files          279     279             
  Lines        28885   28903     +18     
=========================================
+ Hits         27161   27179     +18     
  Misses        1724    1724             
Files with missing lines Coverage Δ
...lude/boost/multiprecision/detail/functions/pow.hpp 93.0% <100.0%> (+0.3%) ⬆️

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 ad1ee2a...d606acf. Read the comment docs.

@jzmaddock jzmaddock merged commit 5e1db68 into develop Jan 17, 2025
79 checks passed
@ckormanyos
Copy link
Member

Thank you John!

@NAThompson NAThompson deleted the small_int_powers branch January 17, 2025 18:28
@cosurgi
Copy link

cosurgi commented Jan 17, 2025

Hi John (@jzmaddock), if it's possible please add a default: case which does nothing. I am compiling YADE with flags (among others) -Werror -Wswitch-default. This will produce a compilation error when default: is missing

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