# softfloat64 Software implementation of binary 64-bit floating-point. Based in [ucb-bar/berkeley-softfloat-3](https://github.com/ucb-bar/berkeley-softfloat-3), ported to pure Golang. This is not a comprehensive implementation, only the required operations on RandomX have been implemented (plus subnormals / NaN / Inf handling). If you would like any other operations added, change requests will be reviewed regularly.