File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ perf = ["perf-inline", "perf-literal"]
45
45
perf-inline = []
46
46
perf-literal = [" perf-literal-substring" , " perf-literal-multisubstring" ]
47
47
perf-literal-substring = [" aho-corasick?/perf-literal" , " dep:memchr" ]
48
- perf-literal-multisubstring = [" std " , " dep:aho-corasick" ]
48
+ perf-literal-multisubstring = [" dep:aho-corasick" ]
49
49
50
50
# Enables all Unicode features. This expands if new Unicode features are added.
51
51
unicode = [
Original file line number Diff line number Diff line change @@ -451,6 +451,10 @@ useful in trying to understand what the meta regex engine is doing.
451
451
452
452
### Performance features
453
453
454
+ **Note**:
455
+ To get performance benefits offered by the SIMD, `std` must be enabled.
456
+ None of the `perf-*` features will enable `std` implicitly.
457
+
454
458
* **perf** - Enables all of the below features.
455
459
* **perf-inline** - When enabled, `inline(always)` is used in (many) strategic
456
460
locations to help performance at the expense of longer compile times and
Original file line number Diff line number Diff line change @@ -1183,6 +1183,10 @@ default are noted.
1183
1183
1184
1184
### Performance features
1185
1185
1186
+ **Note**:
1187
+ To get performance benefits offered by the SIMD, `std` must be enabled.
1188
+ None of the `perf-*` features will enable `std` implicitly.
1189
+
1186
1190
* **perf** -
1187
1191
Enables all performance related features except for `perf-dfa-full`. This
1188
1192
feature is enabled by default is intended to cover all reasonable features
You can’t perform that action at this time.
0 commit comments