Skip to content

[pull] main from Rust-GPU:main#73

Merged
pull[bot] merged 1 commit intoHaofei:mainfrom
Rust-GPU:main
Apr 4, 2026
Merged

[pull] main from Rust-GPU:main#73
pull[bot] merged 1 commit intoHaofei:mainfrom
Rust-GPU:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Apr 4, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

The `TypeKind` repr(C) enum was missing `X86_FP80`, `FP128`, and
`PPC_FP128` variants (values 4, 5, 6). When `compiler_builtins` is
compiled with `--cfg f128_enabled` (new in recent nightlies), the C FFI
function `LLVMRustGetTypeKind` returns 5 for fp128 types. The Rust enum
had no variant for that discriminant, causing instant undefined behavior
(manifesting as SIGTRAP).

Also adds f16 and f128 cases to the ABI `Reg::llvm_type` float match,
which previously only handled 32 and 64-bit floats.
@pull pull Bot locked and limited conversation to collaborators Apr 4, 2026
@pull pull Bot added the ⤵️ pull label Apr 4, 2026
@pull pull Bot merged commit 0bc607f into Haofei:main Apr 4, 2026
@pull pull Bot had a problem deploying to github-pages April 4, 2026 07:20 Failure
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant