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

fix: compile on arm missing bracket on cpu_features #287

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

kostasrim
Copy link
Contributor

Signed-off-by: kostas <kostas@dragonflydb.io>
// See <cpuid.h> for constants reference
constexpr unsigned BIT_AVX2 = (1 << 5);
constexpr unsigned BIT_AVX512F = (1 << 16);
constexpr unsigned BIT_AVX2 = (1 << 5);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-format did not run on the previous PR 😮 ?

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.29%. Comparing base (d30de86) to head (cb8d1cf).
Report is 68 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #287      +/-   ##
==========================================
- Coverage   77.60%   77.29%   -0.32%     
==========================================
  Files         103      108       +5     
  Lines        7824     8081     +257     
==========================================
+ Hits         6072     6246     +174     
- Misses       1752     1835      +83     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dranikpg dranikpg merged commit deb4c1a into romange:master Jul 1, 2024
5 checks passed
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