-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Floating-point wrappers in the STL #27
Comments
http://www.flopoco.org/ is a good resource for this |
As is https://www.sollya.org/ |
Of course, DSP-based floating point units will be provided by Intel and Xilinx specifically. Look through documentation to see what's possible. Maybe look at HLS generated hardware? |
So I saw another project, from my competitor Spade. They're wrapping Berkley-Hardfloat. maybe worth looking into? |
Repository created: https://github.com/pc2/sus-float |
With wrappers for builtin floating-point modules (On Intel & Xilinx FPGAs), we have a far more competent language to be used at PC2.
Full parametrizability will likely be blocked by #25, but basic 32-bit floats shouldn't be an issue
The text was updated successfully, but these errors were encountered: