Skip to content

Tidy handling of intrinsics for f128#863

Merged
antoyo merged 5 commits intorust-lang:masterfrom
N1ark:tidy-float-intrinsics
Mar 15, 2026
Merged

Tidy handling of intrinsics for f128#863
antoyo merged 5 commits intorust-lang:masterfrom
N1ark:tidy-float-intrinsics

Conversation

@N1ark
Copy link
Contributor

@N1ark N1ark commented Mar 14, 2026

Fix a TODO, to only call get_simple_function_f128 if the intrinsic is an f128 intrinsic.
Took it as an opportunity to clean up that part of the code a bit.

This PR introduces one behaviour change: intrinsics minimumf128 and maximumf128 now only get generated if f128 is supported; they used to be generated unconditionally.

@antoyo antoyo merged commit 2205317 into rust-lang:master Mar 15, 2026
38 checks passed
@antoyo
Copy link
Contributor

antoyo commented Mar 15, 2026

Thanks for the nice improvement!

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