https://github.com/dalance/softfloat_bench
Rust softfloat libarary benchmark
https://github.com/dalance/softfloat_bench
Last synced: 11 months ago
JSON representation
Rust softfloat libarary benchmark
- Host: GitHub
- URL: https://github.com/dalance/softfloat_bench
- Owner: dalance
- License: mit
- Created: 2020-07-29T08:36:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T00:22:26.000Z (about 1 year ago)
- Last Synced: 2025-06-12T12:05:10.651Z (about 1 year ago)
- Language: Rust
- Size: 732 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# softfloat_bench
Rust softfloat library benchmark
* [softfloat-sys](https://crates.io/crates/softfloat-sys/)
* [simple-soft-float](https://crates.io/crates/simple-soft-float)
* [rug](https://crates.io/crates/rug)
* [rust_apfloat](https://github.com/rust-lang/rustc_apfloat)
* [softfloat-pure](https://github.com/HarryR/softfloat-pure)
* [const_soft_float](https://github.com/823984418/const_soft_float/tree/master)
* [half](https://github.com/VoidStarKat/half-rs)
