CodesInChaos / SoftFloat

An implementation of 32 bit floating point arithmetic in C#
123 stars 15 forks source link

Seems to be possible to convert into hardware implementation #2

Open Piedone opened 6 years ago

Piedone commented 6 years ago

SoftFloat seems to be almost completely possible to convert into an FPGA-based hardware implementation with our Hastlayer project. Hastlayer can automatically convert a subset of .NET into hardware implementations, providing significantly better performance in massively parallelizable compute-bound algorithms with lower power consumption.

Would be quite cool. What do you think?