Skip to content

Fix pr number typo in 2024-03-30-i128-layout-update.md #1295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions posts/2024-03-30-i128-layout-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ However, `rustc` can also use the version of LLVM installed on the system rather
bundled version, which may be older. To mitigate the chance of problems from differing
alignment with the same `rustc` version, [a proposal] was introduced to manually
correct the alignment like Clang has been doing. This was implemented by Matthew Maurer
in [#11672].
in [#116672].

Since these changes, Rust now produces the correct alignment:

Expand All @@ -264,7 +264,7 @@ in usage. Unfortunately this meant some of the performance wins needed to be sac
to avoid an increased memory footprint.

[a proposal]: https://github.com/rust-lang/compiler-team/issues/683
[#11672]: https://github.com/rust-lang/rust/pull/116672/
[#116672]: https://github.com/rust-lang/rust/pull/116672/
[D158169]: https://reviews.llvm.org/D158169
[D28990]: https://reviews.llvm.org/D28990
[D86310]: https://reviews.llvm.org/D86310
Expand Down