Lombiq / Hastlayer-SDK

Turning .NET software into FPGA hardware for faster execution and lower power usage.

Home Page:https://hastlayer.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Floating point support

Piedone opened this issue · comments

Standard IEEE double support is costly. Something else? Maybe #21.

We could even use this library: https://github.com/CodesInChaos/SoftFloat/ It's mostly transformable directly.

Going with #21. SoftFloat is very old, abandoned and lacks an implementation for division. We could add some other soft float implementation in the future to compare posits to.