softfloat

Crates.iosoftfloat
lib.rssoftfloat
version1.0.0
sourcesrc
created_at2023-11-03 13:29:03.592794
updated_at2023-11-03 13:29:03.592794
descriptionPure software floating-point implementation, with `const` and `no_std` support
homepage
repositoryhttps://github.com/koute/softfloat
max_upload_size
id1024088
size196,953
Koute (koute)

documentation

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.

License

Licensed under either of

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.

Commit count: 40

cargo fmt