Commit 2a490b7
committed
Add
Runtime CPU detection currently requires `std`, so by unconditionally enabling it, we further block the possibility of adding `no_std` support. To ensure the default performance for users is unaffected, `runtime_detection` is added to the set of default features.
According to the [Cargo Book](https://doc.rust-lang.org/cargo/reference/semver.html#cargo-change-dep-feature), this can be considered a minor change.runtime_detection feature1 parent c8be635 commit 2a490b7
1 file changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | | - | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
40 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
0 commit comments