Update SIMDs for SBPF versions.#6784
Conversation
|
automerge label removed due to a CI failure |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6784 +/- ##
=========================================
- Coverage 83.3% 83.3% -0.1%
=========================================
Files 853 853
Lines 378173 378173
=========================================
- Hits 315293 315265 -28
- Misses 62880 62908 +28 🚀 New features to boost your workflow:
|
|
Backports to the stable branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. |
|
Backports to the beta branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. Exceptions include CI/metrics changes, CLI improvements and documentation updates on a case by case basis. |
* Update SIMDs * Fix other SIMDs * Didn't you forget your own SIMD-0179? (cherry picked from commit 9f1dd1c) # Conflicts: # feature-set/src/lib.rs
* Update SIMDs * Fix other SIMDs * Didn't you forget your own SIMD-0179? (cherry picked from commit 9f1dd1c)
* Update SIMDs * Fix other SIMDs * Didn't you forget your own SIMD-0179? (cherry picked from commit 9f1dd1c)
Problem
The SBPF version feature gates were not assigned to the correct SIMDs.
Summary of Changes
Assign them correctly.