An open API service indexing awesome lists of open source software.

https://github.com/koute/softfloat


https://github.com/koute/softfloat

Last synced: 9 months ago
JSON representation

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.