bors
c6727fc9b5
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.
2024-07-12 20:36:43 +00:00
..
2023-03-20 10:25:29 +00:00
2024-05-31 15:56:43 +10:00
2023-03-20 10:25:29 +00:00
2024-02-22 16:04:04 +00:00
2024-07-12 10:47:56 +01:00
2024-05-31 15:56:43 +10:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-06-09 13:25:12 +00:00
2024-05-31 15:56:43 +10:00
2024-05-28 12:31:33 +02:00
2024-02-23 18:04:01 -05:00
2024-05-31 15:56:43 +10:00
2024-05-31 15:56:43 +10:00
2024-05-31 15:56:43 +10:00
2024-05-31 15:56:43 +10:00
2024-05-31 15:56:43 +10:00
2024-05-31 15:56:43 +10:00
2024-05-31 15:56:43 +10:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-06-09 13:25:12 +00:00
2024-02-23 18:04:01 -05:00
2024-05-31 15:56:43 +10:00
2024-05-31 15:56:43 +10:00
2024-05-31 15:56:43 +10:00
2024-05-31 15:56:43 +10:00
2024-02-22 16:04:04 +00:00
2024-06-09 13:25:12 +00:00
2024-02-22 16:04:04 +00:00
2024-05-31 15:56:43 +10:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-05-31 15:56:43 +10:00
2024-02-22 16:04:04 +00:00
2024-05-31 15:56:43 +10:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-06-09 13:25:12 +00:00
2024-04-24 13:12:33 +01:00
2024-05-31 15:56:43 +10:00
2024-02-22 16:04:04 +00:00
2024-02-23 18:04:01 -05:00
2024-05-31 15:56:43 +10:00
2024-02-22 16:04:04 +00:00
2024-02-23 18:04:01 -05:00
2024-02-23 18:04:01 -05:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-05-31 15:56:43 +10:00
2024-02-22 16:04:04 +00:00
2024-05-31 15:56:43 +10:00
2024-02-23 18:04:01 -05:00
2024-06-11 07:45:16 +00:00
2024-06-11 07:45:16 +00:00
2024-06-09 13:25:12 +00:00
2024-04-11 21:42:35 -04:00
2024-06-19 21:35:37 -07:00
2024-06-09 13:25:12 +00:00
2024-03-17 10:11:04 -07:00
2024-02-22 16:04:04 +00:00
2024-02-23 18:04:01 -05:00
2024-06-09 07:35:24 +00:00
2024-05-31 15:56:43 +10:00
2024-02-27 23:14:36 -05:00
2024-06-11 16:07:14 +02:00