softfloat64/README.md
2024-04-17 05:27:11 +02:00

6 lines
No EOL
421 B
Markdown

# 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.