File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,11 +132,6 @@ compatible Rust versions.
132132Currently, the MSRV is 1.88 with or without ` simd-accel ` , which is older
133133than Firefox's MSRV.
134134
135- Note that starting with Rust 1.96, there's a [ bug] ( https://github.com/rust-lang/stdarch/issues/2208 )
136- that causes extra instructions to be emitted for converting from UTF-16 to UTF-8 or
137- from UTF-16 to Latin1 on x86_64 and x86 with ` simd-accel ` enabled, so it makes sense
138- to avoid Rust versions from 1.96 until the fix for the bug.
139-
140135## Integration with ` std::io `
141136
142137Notably, the above feature list doesn't include the capability to wrap
@@ -348,11 +343,6 @@ above, and you are prepared _to have to revise your configuration when updating
348343Rust_ , you should enable this feature. Otherwise, please _ do not_ enable this
349344feature.
350345
351- Note that starting with Rust 1.96, there's a [ bug] ( https://github.com/rust-lang/stdarch/issues/2208 )
352- that causes extra instructions to be emitted for converting from UTF-16 to UTF-8 or
353- from UTF-16 to Latin1 on x86_64 and x86, so it makes sense to avoid Rust versions
354- from 1.96 until the fix for the bug.
355-
356346Used by Firefox.
357347
358348### ` serde `
You can’t perform that action at this time.
0 commit comments