Skip to content

Commit 8996e91

Browse files
Update tier 2 text
Co-authored-by: 许杰友 Jieyou Xu (Joe) <[email protected]>
1 parent a736a45 commit 8996e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/Rust-1.87.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ These previously stable APIs are now stable in const contexts:
236236

237237
### `i586-pc-windows-msvc` target removal
238238

239-
The tier-2 target `i586-pc-windows-msvc` has been removed. 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.
239+
The Tier 2 target `i586-pc-windows-msvc` has been removed. `i586-pc-windows-msvc`'s difference to the much more popular Tier 1 target `i686-pc-windows-msvc` is that `i586-pc-windows-msvc` 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.
240240

241241
All users currently targeting `i586-pc-windows-msvc` should migrate to `i686-pc-windows-msvc`.
242242

0 commit comments

Comments
 (0)