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

ci: Drop -DNATIVE=ON for Windows builds #230

Merged
merged 3 commits into from
Apr 1, 2020
Merged

ci: Drop -DNATIVE=ON for Windows builds #230

merged 3 commits into from
Apr 1, 2020

Conversation

chfast
Copy link
Member

@chfast chfast commented Mar 31, 2020

NATIVE=ON for MSVC enables AVX instruction set. This make Windows release binaries unusable on CPUs not having AVX.

@axic
Copy link
Member

axic commented Mar 31, 2020

Worthy a changelog entry? (e.g. slowdown on windows)

chfast added 3 commits April 1, 2020 10:13
NATIVE=ON for MSVC enables AVX instruction set. This make Windows release binaries unusable on CPUs not having AVX.
@chfast chfast force-pushed the ci_windows_no_avx branch from 57dde2a to 629845f Compare April 1, 2020 08:22
@codecov-io
Copy link

codecov-io commented Apr 1, 2020

Codecov Report

Merging #230 into master will decrease coverage by 0.11%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #230      +/-   ##
==========================================
- Coverage     100%   99.88%   -0.12%     
==========================================
  Files           5        5              
  Lines         850      850              
  Branches      113      113              
==========================================
- Hits          850      849       -1     
- Misses          0        1       +1

@chfast
Copy link
Member Author

chfast commented Apr 1, 2020

Worthy a changelog entry? (e.g. slowdown on windows)

Added.

@axic
Copy link
Member

axic commented Apr 1, 2020

Looks good to me if you are waiting for feedback.

@chfast chfast merged commit 2e0c05a into master Apr 1, 2020
@chfast chfast deleted the ci_windows_no_avx branch April 1, 2020 13:43
jwasinger pushed a commit to jwasinger/evmone that referenced this pull request Apr 27, 2021
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