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

Detect compiler architecture at configure time #1443

Merged
merged 1 commit into from
Feb 7, 2018

Conversation

randombit
Copy link
Owner

Avoids build confusions like #1442

@codecov-io
Copy link

codecov-io commented Feb 5, 2018

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1443      +/-   ##
==========================================
- Coverage   92.54%   92.18%   -0.37%     
==========================================
  Files         469      469              
  Lines       44199    44199              
  Branches     5330     5330              
==========================================
- Hits        40906    40743     -163     
- Misses       3261     3424     +163     
  Partials       32       32
Impacted Files Coverage Δ
.../block/threefish/threefish_avx2/threefish_avx2.cpp 0% <0%> (-100%) ⬇️
src/lib/pubkey/xmss/xmss_privatekey.cpp 64.06% <0%> (-22.66%) ⬇️
src/lib/utils/cpuid/cpuid_x86.cpp 78.84% <0%> (-3.85%) ⬇️
src/lib/pk_pad/emsa_raw/emsa_raw.cpp 72.22% <0%> (-2.78%) ⬇️
src/lib/tls/msg_server_hello.cpp 88.76% <0%> (-1.13%) ⬇️
src/lib/block/threefish/threefish.cpp 90.81% <0%> (-1.03%) ⬇️
src/lib/tls/tls_algos.cpp 76.72% <0%> (-0.87%) ⬇️
src/lib/tls/tls_extensions.cpp 86.5% <0%> (-0.35%) ⬇️
src/lib/pubkey/xmss/xmss_tools.cpp 97.05% <0%> (ø) ⬆️

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 0d63e98...5f55f0e. Read the comment docs.

@randombit randombit force-pushed the configure-detect-arch branch from cde9675 to 5f55f0e Compare February 5, 2018 21:38
@randombit randombit merged commit 5f55f0e into master Feb 7, 2018
@randombit randombit deleted the configure-detect-arch branch February 7, 2018 20:22
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