You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spike seems to use a slighty modified version of softfloat 3d with some additions that are not present in this 3e version.
Would it be possible to sync them up again?
In particular I'm personally missing in this 3e release:
f32_rsqrte7
f64_rsqrte7
f32_recip7
f64_recip7
I'm happy to create a pull request for this but I first wanted to make sure I didn't overlook something...
E.g. there is a valid reason the versions are incompatible currently.
Or the functions I'm looking for exist but under a different name.
The text was updated successfully, but these errors were encountered:
Spike seems to use a slighty modified version of softfloat 3d with some additions that are not present in this 3e version.
Would it be possible to sync them up again?
I believe spike forked the 3d release, then later on, added those instructions. Adding those instructions to this repo should be fine.
I don't know why spike forks the source, instead of including this repo as-a-submodule. Including this repo as a submodule would prevent divergences like this in the future. Perhaps you can raise an issue in Spike on this.
Spike seems to use a slighty modified version of softfloat 3d with some additions that are not present in this 3e version.
Would it be possible to sync them up again?
In particular I'm personally missing in this 3e release:
f32_rsqrte7
f64_rsqrte7
f32_recip7
f64_recip7
I'm happy to create a pull request for this but I first wanted to make sure I didn't overlook something...
E.g. there is a valid reason the versions are incompatible currently.
Or the functions I'm looking for exist but under a different name.
The text was updated successfully, but these errors were encountered: