Skip to content

Added fix for returning a consistent nan value from a divide by zero#381

Merged
jj16791 merged 3 commits intodevfrom
fdiv-vector-nan-fix
Feb 6, 2024
Merged

Added fix for returning a consistent nan value from a divide by zero#381
jj16791 merged 3 commits intodevfrom
fdiv-vector-nan-fix

Conversation

@jj16791
Copy link
Copy Markdown
Contributor

@jj16791 jj16791 commented Feb 2, 2024

This PR aims to fix the issues of differing bit-level values for a NaN value return from a vector divide by 0.

closes #380

@jj16791 jj16791 added bug Something isn't working tests Testing and CI 0.9.6 Part of SimEng Release 0.9.6 labels Feb 2, 2024
@jj16791 jj16791 self-assigned this Feb 2, 2024
@jj16791 jj16791 linked an issue Feb 3, 2024 that may be closed by this pull request
Comment thread src/lib/arch/aarch64/Instruction_execute.cc Outdated
@jj16791 jj16791 merged commit 0f3a099 into dev Feb 6, 2024
ABenC377 pushed a commit that referenced this pull request Feb 7, 2024
@jj16791 jj16791 deleted the fdiv-vector-nan-fix branch February 21, 2024 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0.9.6 Part of SimEng Release 0.9.6 bug Something isn't working tests Testing and CI

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Fix for NaN value from vector divide by 0 in AArch64 namespace

4 participants