We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When executing fadd.h fs11, ft0, fs7 instructions (ft0: 0xffffffffffff0000 fs7: 0xffffffffffff828d), the operation results are different.
fadd.h fs11, ft0, fs7
ft0: 0xffffffffffff0000
fs7: 0xffffffffffff828d
Log screenshot
The log information of spike is the same, but the result of Xiangshan is unexpected.
Initialize ft0: 0xffffffffffff0000 Initialize fs7: 0xffffffffffff828d Execute fadd.h fs11, ft0, fs7
No response
The text was updated successfully, but these errors were encountered:
Thank you for your tests. zfh/zvfh actually have not been thoroughly verified so bugs are expected. We will investigate your issue.
Sorry, something went wrong.
Thanks, this is a known bug and has been fixed, but it has not been merged into master
HeiHuDie
No branches or pull requests
Before start
Describe the bug
When executing
fadd.h fs11, ft0, fs7
instructions (ft0: 0xffffffffffff0000
fs7: 0xffffffffffff828d
), the operation results are different.Expected behavior
Log screenshot
The log information of spike is the same, but the result of Xiangshan is unexpected.
To Reproduce
Initialize ft0: 0xffffffffffff0000
Initialize fs7: 0xffffffffffff828d
Execute
fadd.h fs11, ft0, fs7
Environment
ready-to-run:commit 457f091898b2bcd26c8f6e983f3df174f990af43
Additional context
No response
The text was updated successfully, but these errors were encountered: