softfloat 1.0.0

Pure software floating-point implementation, with `const` and `no_std` support
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented0 out of 0 items with examples
  • Size
  • Source code size: 196.84 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.8 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • koute/softfloat
    2 1 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • koute

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.