Skip to content

Commit

Permalink
Auto merge of #131871 - RalfJung:x86-32-float, r=workingjubilee
Browse files Browse the repository at this point in the history
x86-32 float return for 'Rust' ABI: treat all float types consistently

This helps with rust-lang/rust#131819: for our own ABI on x86-32, we want to *never* use the float registers. The previous logic only considered F32 and F64, but skipped F16 and F128. So I made the logic just apply to all float types.

try-job: i686-gnu
try-job: i686-gnu-nopt
  • Loading branch information
bors committed Oct 22, 2024
2 parents 3cf22f6 + dabc82e commit 3246588
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 3246588

Please sign in to comment.