Skip to content

Commit 61f2fe2

Browse files
committed
Mention the u128/i128 ABI change
1 parent dd9e6cc commit 61f2fe2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

posts/2024-05-02-Rust-1.78.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ These APIs are now stable in const contexts:
137137
- `i686-pc-windows-gnu`
138138
- `x86_64-pc-windows-gnullvm`
139139
- `i686-pc-windows-gnullvm`
140+
* Rust 1.78 has upgraded its bundled LLVM to version 18, completing the announced [`u128`/`i128` ABI change](https://blog.rust-lang.org/2024/03/30/i128-layout-update.html) for x86-32 and x86-64 targets. Distributors that use their own LLVM older than 18 may still face the calling convention bugs mentioned in that post.
140141

141142
### Other changes
142143

0 commit comments

Comments
 (0)