Skip to content

Intrinsics will now use fallback bodies if possible.#276

Merged
LegNeato merged 1 commit intoRust-GPU:mainfrom
FractalFir:intrinsic_fixes
Sep 21, 2025
Merged

Intrinsics will now use fallback bodies if possible.#276
LegNeato merged 1 commit intoRust-GPU:mainfrom
FractalFir:intrinsic_fixes

Conversation

@FractalFir
Copy link
Copy Markdown
Collaborator

Some Rust intrinsics provide fall-back implementations.

That means a codegen can overwrite them, but does not have to.

This PR makes it so that we use those fallback impls if they are present, instead of erroring out.

@FractalFir FractalFir requested a review from LegNeato September 21, 2025 12:12
Copy link
Copy Markdown
Contributor

@LegNeato LegNeato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL.

@LegNeato LegNeato merged commit 9058b06 into Rust-GPU:main Sep 21, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants