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

ENH: Add CPU dispatch for ChaCha #175

Merged
merged 1 commit into from
Jul 5, 2019
Merged

ENH: Add CPU dispatch for ChaCha #175

merged 1 commit into from
Jul 5, 2019

Conversation

bashtage
Copy link
Owner

@bashtage bashtage commented Jul 4, 2019

Add CPU dispatch for SIMD

@codecov
Copy link

codecov bot commented Jul 5, 2019

Codecov Report

Merging #175 into master will decrease coverage by 0.06%.
The diff coverage is 61.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #175      +/-   ##
==========================================
- Coverage   95.08%   95.02%   -0.07%     
==========================================
  Files          37       37              
  Lines       10118    10134      +16     
  Branches      151      152       +1     
==========================================
+ Hits         9621     9630       +9     
- Misses        474      480       +6     
- Partials       23       24       +1
Impacted Files Coverage Δ
randomgen/mtrand.pyx 91.14% <100%> (ø) ⬆️
randomgen/generator.pyx 92.77% <100%> (ø) ⬆️
randomgen/tests/test_direct.py 98.68% <55.55%> (-0.35%) ⬇️
randomgen/chacha.pyx 88.99% <57.14%> (-2.19%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7dc328b...1ac36af. Read the comment docs.

Add CPU dispatch for SIMD
@bashtage bashtage merged commit 9d2e93a into master Jul 5, 2019
@bashtage bashtage deleted the chacha-runtime branch July 5, 2019 09:50
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.

None yet

1 participant