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
..
2024-06-22 12:57:18 +02:00
2024-02-22 16:04:04 +00:00
2024-05-31 23:12:33 +02:00
2024-05-30 16:15:46 +10:00
2024-06-20 14:07:01 +02:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-05-30 16:15:46 +10:00
2024-07-02 21:41:59 -04:00
2024-05-30 16:15:46 +10:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-05-30 16:15:46 +10:00
2024-06-11 07:45:16 +00:00
2024-04-30 13:21:08 +00:00
2024-02-22 16:04:04 +00:00
2024-03-11 13:35:58 +01:00
2024-03-11 13:35:58 +01:00
2024-02-22 16:04:04 +00:00
2024-03-11 13:35:58 +01:00
2024-02-22 16:04:04 +00:00
2024-05-31 23:12:33 +02:00
2024-05-31 23:12:33 +02:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-03-11 13:35:58 +01:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-05-30 16:15:46 +10:00
2024-05-30 16:15:46 +10:00
2024-06-19 13:54:55 +01:00
2024-06-19 13:54:55 +01:00
2024-06-19 13:54:55 +01:00
2024-06-19 13:54:55 +01:00
2024-06-19 13:54:55 +01:00
2024-06-19 13:54:55 +01:00
2024-06-19 13:54:55 +01: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-30 16:15:46 +10:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-05-30 16:15:46 +10:00
2024-06-19 21:26:48 +01:00
2024-05-28 12:31:33 +02:00
2024-03-23 23:23:41 -07:00
2024-05-01 16:54:20 -07:00
2024-05-30 16:15:46 +10:00
2024-05-30 16:15:46 +10:00
2024-02-22 16:04:04 +00:00
2024-05-28 12:31:33 +02:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-03-23 00:02:53 -07:00
2024-07-01 17:39:30 +01:00