Skip to content

Commit 35912dd

Browse files
committed
a
1 parent ac10376 commit 35912dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/Rust-1.86.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ You can check the [Explicit Extern ABIs RFC](https://rust-lang.github.io/rfcs/37
129129

130130
The target `i586-pc-windows-msvc` will be removed in the next version of Rust, 1.87.0. Its difference to the much more popular `i686-pc-windows-msvc` is that it does not require SSE2 instruction support, but Windows 10, the minimum required OS version of all `windows` targets (except the `win7` targets), requires SSE2 instructions itself.
131131

132-
If SSE2 instructions are supported then users currently targeting `i586-pc-windows-msvc` should migrate to `i686-pc-windows-msvc` before the `1.87.0` release.
132+
All users currently targeting `i586-pc-windows-msvc` should migrate to `i686-pc-windows-msvc` before the `1.87.0` release.
133133

134134
You can check the [Major Change Proposal](https://github.com/rust-lang/compiler-team/issues/840) for more information.
135135

0 commit comments

Comments
 (0)