Skip to content

Commit 12790ab

Browse files
committed
Remove remarks about a standard library bug that has been worked around
1 parent d477c2a commit 12790ab

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@ compatible Rust versions.
132132
Currently, the MSRV is 1.88 with or without `simd-accel`, which is older
133133
than 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

142137
Notably, 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
348343
Rust_, you should enable this feature. Otherwise, please _do not_ enable this
349344
feature.
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-
356346
Used by Firefox.
357347

358348
### `serde`

0 commit comments

Comments
 (0)