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.
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_rsqrte7f64_rsqrte7f32_recip7f64_recip7I'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.