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

No ssse3 check on arm #2123

Merged
merged 2 commits into from
Jul 4, 2024
Merged

No ssse3 check on arm #2123

merged 2 commits into from
Jul 4, 2024

Conversation

hellt
Copy link
Member

@hellt hellt commented Jul 4, 2024

fix #2121

@hellt hellt marked this pull request as ready for review July 4, 2024 12:51
Copy link

codecov bot commented Jul 4, 2024

Codecov Report

Attention: Patch coverage is 57.14286% with 3 lines in your changes missing coverage. Please review.

Project coverage is 53.59%. Comparing base (79e2a7e) to head (6230ab7).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2123      +/-   ##
==========================================
+ Coverage   53.55%   53.59%   +0.04%     
==========================================
  Files         164      164              
  Lines       11675    11675              
==========================================
+ Hits         6252     6257       +5     
+ Misses       4547     4543       -4     
+ Partials      876      875       -1     
Files Coverage Δ
nodes/default_node.go 62.75% <100.00%> (ø)
virt/virt.go 60.00% <100.00%> (ø)
types/host_requirements.go 48.64% <0.00%> (ø)

... and 1 file with indirect coverage changes

@hellt hellt merged commit f33db2a into main Jul 4, 2024
64 checks passed
@hellt hellt deleted the no-sse-check-on-arm branch July 4, 2024 12:52
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.

Do not check for ssse3 instruction set when running on linux/arm64
1 participant