Skip to content

fix: separate denormal modes for inputs and outputs - #1349

Merged
nunoplopes merged 1 commit into
AliveToolkit:masterfrom
regehr:regehr/denormal-mode
Sep 17, 2026
Merged

nunoplopes merged 1 commit into
AliveToolkit:masterfrom
regehr:regehr/denormal-mode

Conversation

@regehr

@regehr regehr commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

this PR fixes some false alarm issues that have been coming up using riscv-tv

I'm not very good at FP but I think this fix is a good one. LangRef allows separate modes for denormal inputs and outputs. Alive2 previously selected both modes using the operand type. now we select the output mode using the result type, which matters for casts.

if maybe @arsenm had a second to look at this, that would be helpful

@nunoplopes
nunoplopes merged commit df3eee4 into AliveToolkit:master Sep 17, 2026
16 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