Enable f16 and f128 in assembly on platforms that support it · Issue #125398 · rust-lang/rust (original) (raw)

f16 should be okay to pass in GPRs. f16 and f128 can likely get passed in vector or FP registers, but we should prefer to only allow this if an ABI is specified for the type.

Loose list of platforms that specify an ABI:

Additionally, for f128:

Tracking issue: #116909