Skip to content

Comments

Add F16 and F128 support to NaN canonicalization#12337

Merged
cfallin merged 1 commit intobytecodealliance:mainfrom
zzjas:issue-12336
Jan 14, 2026
Merged

Add F16 and F128 support to NaN canonicalization#12337
cfallin merged 1 commit intobytecodealliance:mainfrom
zzjas:issue-12336

Conversation

@zzjas
Copy link
Contributor

@zzjas zzjas commented Jan 13, 2026

Extend the NaN canonicalization pass to handle f16 and f128 floating point types, which were previously unsupported and would cause a panic.

Closes #12336

@zzjas zzjas requested a review from a team as a code owner January 13, 2026 23:42
@zzjas zzjas requested review from cfallin and removed request for a team January 13, 2026 23:42
Extend the NaN canonicalization pass to handle f16 and f128 floating
point types, which were previously unsupported and would cause a panic.

Closes bytecodealliance#12336
Copy link
Member

@cfallin cfallin left a comment

Choose a reason for hiding this comment

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

Thanks!

@cfallin cfallin enabled auto-merge January 13, 2026 23:50
@cfallin cfallin added this pull request to the merge queue Jan 13, 2026
Merged via the queue into bytecodealliance:main with commit f79fc4a Jan 14, 2026
45 checks passed
@zzjas zzjas deleted the issue-12336 branch January 30, 2026 23:07
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.

Cranelift: NaN canonicalization panics on F128 arithmetic operations

2 participants