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

MAINT: Refactor SSE2+ detection #172

Merged
merged 1 commit into from
Jul 4, 2019
Merged

MAINT: Refactor SSE2+ detection #172

merged 1 commit into from
Jul 4, 2019

Conversation

bashtage
Copy link
Owner

@bashtage bashtage commented Jul 4, 2019

Refactor compiler support for features to follow GCC-like pattern

@pep8speaks
Copy link

pep8speaks commented Jul 4, 2019

Hello @bashtage! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2019-07-04 10:18:24 UTC

Refactor compiler support for features to follow GCC-like pattern
@codecov
Copy link

codecov bot commented Jul 4, 2019

Codecov Report

Merging #172 into master will increase coverage by 0.22%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #172      +/-   ##
==========================================
+ Coverage   94.86%   95.08%   +0.22%     
==========================================
  Files          37       37              
  Lines       10118    10118              
  Branches      151      151              
==========================================
+ Hits         9598     9621      +23     
+ Misses        494      474      -20     
+ Partials       26       23       -3
Impacted Files Coverage Δ
randomgen/tests/test_direct.py 99.02% <0%> (+0.61%) ⬆️
randomgen/common.pyx 81.2% <0%> (+1.92%) ⬆️
randomgen/tests/test_seed_sequence.py 100% <0%> (+2.08%) ⬆️

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 810f93d...51ec9cd. Read the comment docs.

@bashtage bashtage merged commit 9e143cf into master Jul 4, 2019
@bashtage bashtage deleted the ssse3 branch July 4, 2019 10:19
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

2 participants