https://github.com/koute/softfloat
https://github.com/koute/softfloat
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/koute/softfloat
- Owner: koute
- License: apache-2.0
- Created: 2023-11-03T13:28:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T13:30:51.000Z (over 2 years ago)
- Last Synced: 2025-08-22T10:08:10.459Z (10 months ago)
- Language: Rust
- Size: 140 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
## Pure software floating-point implementation for Rust, with `const` and `no_std` support
This crate contains a pure software implementation of `f32` and `f64` types.
This crate was forked from the [`const_soft_float` crate](https://github.com/823984418/const_soft_float).
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or )
* MIT license ([LICENSE-MIT](LICENSE-MIT) or )
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.