Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use interger shortcut in floating point routines #109

Merged
merged 1 commit into from
Feb 5, 2023

Conversation

2011eric
Copy link
Collaborator

@2011eric 2011eric commented Feb 5, 2023

This commit ensure that we use the F_int shortcut, instead of memcpy.
FEQ.S/FLT.S/FLE.S are now working properly.

This commit ensure that we use the F_int shortcut, instead of memcpy.
FEQ.S/FLT.S/FLE.S are now working properly.
@jserv jserv merged commit 04ce561 into sysprog21:master Feb 5, 2023
@jserv
Copy link
Contributor

jserv commented Feb 5, 2023

Thank @2011eric for contributing!
The git commit message was amended slightly. Practice proper grammar the next time.

2011eric added a commit to 2011eric/rv32emu that referenced this pull request Feb 5, 2023
This commit makes sure that we don't use memcpy but instead the
F_int shortcut. FEQ.S/FLT.S/FLE.S are now working properly.
vestata pushed a commit to vestata/rv32emu that referenced this pull request Jan 24, 2025
This commit makes sure that we don't use memcpy but instead the
F_int shortcut. FEQ.S/FLT.S/FLE.S are now working properly.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants