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

misc: add .cargo/config.toml with native instruction codegen #772

Merged
merged 1 commit into from
Mar 27, 2025

Conversation

zachschuermann
Copy link
Collaborator

What changes are proposed in this pull request?

According to arrow docs we should ensure that we have -C target-cpu=native for rustc to generate best available instructions (SIMD, etc.) for our architecture

Copy link

codecov bot commented Mar 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.35%. Comparing base (cb70e58) to head (ed2ed89).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #772      +/-   ##
==========================================
+ Coverage   84.33%   84.35%   +0.02%     
==========================================
  Files          81       81              
  Lines       19253    19253              
  Branches    19253    19253              
==========================================
+ Hits        16237    16241       +4     
+ Misses       2211     2209       -2     
+ Partials      805      803       -2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@zachschuermann zachschuermann changed the title fix: add .cargo/config.toml with native instruction codegen misc: add .cargo/config.toml with native instruction codegen Mar 27, 2025
@zachschuermann zachschuermann merged commit 5812eff into delta-io:main Mar 27, 2025
22 checks passed
@zachschuermann zachschuermann deleted the better-rustflags branch March 27, 2025 16:54
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