Files
rust/compiler
bors bcd0683e5d Auto merge of #135534 - folkertdev:fix-wasm-i128-f128, r=tgross35
use indirect return for `i128` and `f128` on wasm32

fixes #135532

Based on https://github.com/WebAssembly/tool-conventions/blob/main/BasicCABI.md we now use an indirect return for  `i128`, `u128` and `f128`. That is what LLVM ended up doing anyway.

r? `@bjorn3`
2025-01-17 15:07:28 +00:00
..
2025-01-08 21:26:39 +01:00
2025-01-14 23:49:10 +11:00
2025-01-07 14:30:02 +02:00
2025-01-07 14:30:02 +02:00