about summary refs log tree commit diff
path: root/tests/rustdoc/issue-100204-inline-impl-through-glob-import.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-07-12 20:36:43 +0000
committerbors <bors@rust-lang.org>2024-07-12 20:36:43 +0000
commitc6727fc9b5c64cefa7263486497ee95e529bd0f8 (patch)
tree97a13f2f6b89c85feb20239b77a14958fea7083c /tests/rustdoc/issue-100204-inline-impl-through-glob-import.rs
parent62c068feeafd1f4abbf87243d69cf8862e4dd277 (diff)
parentcae9d480bfe930a678fe2744082fc6ef1d957f63 (diff)
downloadrust-c6727fc9b5c64cefa7263486497ee95e529bd0f8.tar.gz
rust-c6727fc9b5c64cefa7263486497ee95e529bd0f8.zip
Auto merge of #123351 - beetrees:x86-ret-snan-rust, r=nikic,workingjubilee
Ensure floats are returned losslessly by the Rust ABI on 32-bit x86

Solves #115567 for the (default) `"Rust"` ABI. When compiling for 32-bit x86, this PR changes the `"Rust"` ABI to return floats indirectly instead of in x87 registers (with the exception of single `f32`s, which this PR returns in general purpose registers as they are small enough to fit in one). No change is made to the `"C"` ABI as that ABI requires x87 register usage and therefore will need a different solution.
Diffstat (limited to 'tests/rustdoc/issue-100204-inline-impl-through-glob-import.rs')
0 files changed, 0 insertions, 0 deletions